ssCellStemList {ssExtra}R Documentation

Generate Objects of Class "ssCellStemList"

Description

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.

Usage

ssCellStemList(ss, ...)

Arguments

ss

An oject of class "sampSurf".

...

Gobbled at present.

Details

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).

Value

An object of class "ssCellStemList".

Author(s)

Jeffrey H. Gove

See Also

listCellStem

Examples

#
# 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) 

[Package ssExtra version 0.1-2 Index]