| spnGetGrpCount {spectrino} | R Documentation |
Counts the number of spec-groups loaded in the top spec-tree.
spnGetGrpCount()
spnGetGrpCount returns number of spec-groups loaded in the top tab/spec-tree.
Teodor Krastev
spnGetSpcCount
# Initialization of Spectrino
spnNew()
# generate test set
spnOpenTree("<test>")
n <- spnGetGrpCount()
# Release of Spectrino
spnFree(TRUE)