izGrid: Generate Objects of Class "'InclusionZoneGrid'"

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This is the generic definition for generating objects of class "InclusionZoneGrid." There are several methods corresponding to this generic that may be found in izGrid-methods. Most users will not require the use of these methods in a primary use sense, they are more helper methods in that they are necessary to build the final sampling surface. More details and examples are found in "The InclusionZoneGrid Class" vignette.

Usage

1
izGrid(izObject, tract, ...)

Arguments

izObject

Signature object of a subclass of "InclusionZone".

tract

Signature object of class "Tract".

...

See methods.

Details

There are any number of details concerning this class that are described in the vignette mentioned above. It provides the basic idea behind the class and the use of the methods for each specific sampling protocol. Because these methods will not necessarily be useful to the casual user, we leave the details to that document.

Value

A valid object of class "InclusionZoneGrid."

Author(s)

Jeffrey H. Gove

See Also

InclusionZone, Stem, Tract, sampSurf, izGridConstruct, izGrid-methods

Examples

1
2
3
4
5
6
7
tr = Tract(c(x=20,y=20), cellSize=0.5)
btr = bufferedTract(5, tr)
dlogs = downLogs(1, btr@bufferRect)
sup = standUpIZ(dlogs@logs$log.1, 2)
izgSU = izGrid(sup, btr)
plot(izgSU, axes=TRUE)
izgSU

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