ssCellStemList {ssExtra} | R Documentation |
ssCellStemList
"
This generic function has one method. It is used as a constructor
function for objects that are of class
"ssCellStemList
" and should be used in preference
to new
to insure a valid object.
ssCellStemList(ss, ...)
ss |
An oject of class " |
... |
Gobbled at present. |
Objects of class "ssCellStemList
" are created using
ssCellStemList-methods
by passing an argument of class
“sampSurf”. The guts of object creation is handled by the
listCellStem
function. A lot of work goes into the
creation of these objects and so it can take a little time on larger
“sampSurf” objects (i.e., higher resolution and larger extents).
An object of class "ssCellStemList
".
Jeffrey H. Gove
# # if ssBB is an object of class "ssBigBAF" then... # ## Not run: csl.bb = ssCellStemList(ssBB@ss.bb.vol) #BB list csl.ct = ssCellStemList(ssBB@ss.ct.ba) #count list ## End(Not run)