spnGetGrpCount: Number of groups loaded in the top tab/spec-tree

Description Usage Value Author(s) See Also Examples

Description

Counts the number of spec-groups loaded in the top spec-tree.

Usage

1

Value

spnGetGrpCount returns number of spec-groups loaded in the top tab/spec-tree.

Author(s)

Teodor Krastev

See Also

spnGetSpcCount

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Initialization of Spectrino
spnNew() 

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

n <- spnGetGrpCount()

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.