standingTreeIZs-methods: Method for "standingTreeIZs" object construction in Package...

Description Methods

Description

The following are the constructor methods for class “standingTreeIZs” in Package ‘sampSurf’. Please see “The InclusionZone Class” vignette for more information and examples on the usage of these methods, as well as the standingTreeIZs generic and class standingTreeIZs.

Methods

signature(object = "list")

This method will create a container object out of a list containing "standingTreeIZ" objects.

usage...

standingTreeIZs(object,
                description = '',
                ... )
  • object: A list object containing the collection of inclusion zones for a given subclass of "standingTreeIZ". Note that the list must contain objects that are all of the same class, or sampling method.

  • description: A description of the collection.

  • ... : Other arguments to be passed along (not used currently).

signature(object = "standingTrees")

Create a container object out of a "standingTrees" container object and an "InclusionZone" subclass specification.

usage...

standingTreeIZs(object,
                iZone,
                description = '',
                ... )
  • object: A valid "standingTrees" container object.

  • iZone: A legal “InclusionZone” class specification (constructor name) that is relevant to “standingTree” objects, as a character string.

  • description: A description of the collection.

  • ... : Other arguments to be passed along, e.g., to the iZone constructor.


sampSurf documentation built on March 5, 2021, 3:01 p.m.