standingTreeIZs-methods {sampSurf}R Documentation

Method for "standingTreeIZs" object construction in Package sampSurf

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 = '',
                ... )
signature(object = "standingTrees")

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

usage...

standingTreeIZs(object,
                iZone,
                description = '',
                ... )

[Package sampSurf version 0.7-4 Index]