Learn R Programming

spectrino (version 2.0.0)

spnSaveTree: 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.

Value

spnSaveTree returns the full name of saved spec-tree

See Also

spnOpenTree , spnSaveGrp

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab