Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
Like the "downLogs
" class, this a
'container' class that allows multiple objects of a specific subclass
of downLogIZ
to be grouped into a population or
collection. Its specific intent it to hold a collection of
"InclusionZone
" objects for a given log
population, that will ultimately be used to generate a sampling surface
for a given sampling method. Please see “The
InclusionZone Class” vignette for more information.
Objects can be created by calls of the
form new("downLogIZs", ...)
; however, as in the other classes
within this package, constructors have been written to simplify the
process. A downLogIZs
constructor should therefore be used
in preference to new
. The constructor, downLogIZs
,
has different forms that will be useful with different classes of objects.
The slots are the same as for the "izContainer
"
virtual superclass; please see it for details beyond what is below.
iZones
:Object of class "list"
: This slot holds
a list of objects that all correspond to the same subclass of the
"downLogIZ
" class.
Class "izContainer"
, directly.
No methods defined with class "downLogIZs" in the signature.
Jeffrey H. Gove
“The InclusionZone Class” vignette.
See the subclasses of downLogIZ
for valid
object types that can be stored in this container.
1 | showClass("downLogIZs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.