spnSaveTree {spectrino} | R Documentation |
Save the current spec-tree along with the preprocessing options.
spnSaveTree(TFilename)
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. |
spnSaveTree
returns the full name of saved spec-tree
Teodor Krastev
spnOpenTree , spnSaveGrp
# 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)