Learn R Programming

spectrino (version 2.0.0)

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

Description

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

Usage

spnGetGrpCount()

Arguments

Value

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

See Also

spnGetSpcCount

Examples

Run this code
# NOT RUN {
# Initialization of Spectrino
spnNew() 

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

n <- spnGetGrpCount()

# Release of Spectrino
#spnFree(TRUE)
# }

Run the code above in your browser using DataLab