Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 | 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
1 2 3 4 5 6 7 8 | #
# 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.