Description Usage Arguments Details Value Author(s) See Also
View source: R/izGridConstruct.R
This routine is called by all izGrid
methods that assign
a constant surface within an object's inclusion zone. It should not,
therefore, be used for sampling protocols such as the chainsaw method,
where a variable surface is computed within the inclusion zone.
1 2 3 | izGridConstruct(izObject, tract,
description = "sausageIZ inclusion zone grid object",
wholeIZ = TRUE, ...)
|
izObject |
An object of class
" |
tract |
An object of class "Tract" or subclass. |
description |
A description of the object as a character string. |
wholeIZ |
|
... |
Other arguments to be passed along (not currently used). |
This routine should never need to be called by the user at the command
line. It is meant to be used with calls set up in the
izGrid-methods
. It simply collects code that is common
to all methods that assign a constant surface height with a given
inclusion zone. The inclusion zone can be of any shape commonly
encountered in areal sampling methods. As long as it is a legal
"InclusionZone
" object, it should work.
A valid object of class "InclusionZoneGrid
."
Jeffrey H. Gove
izGrid-methods
, class "InclusionZoneGrid
"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.