Learn R Programming

sampSurf (version 0.7-6)

izGrid: Generate Objects of Class "'>InclusionZoneGrid"

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

izGrid(izObject, tract, ...)

Arguments

izObject

Signature object of a subclass of "'>InclusionZone".

tract

Signature object of class "'>Tract".

See methods.

Value

A valid object of class "'>InclusionZoneGrid."

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.

See Also

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

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab