spnSaveTree {spectrino}R Documentation

Save the top (active) spec-tree with the preprocessing options.

Description

Save the current spec-tree along with the preprocessing options.

Usage

spnSaveTree(TFilename)

Arguments

TFilename

- character string. If TFilename is empty then Spectrino uses the proper name of the spec-tree. If empty, the original name is assumed and if the path is missing the default Data path is assumed.

Value

spnSaveTree returns the full name of saved spec-tree

Author(s)

Teodor Krastev

See Also

spnOpenTree , spnSaveGrp

Examples

# Initialization of Spectrino
spnNew() 

# generate test set
spnOpenTree("<test>")

# save the spec-tree under its name
spnSaveTree("") 

# rename  the spec-tree and save it 
spnSaveTree("savenow")

# Release of Spectrino
spnFree(TRUE)

[Package spectrino version 2.0.0 Index]