Description Usage Arguments Details Value Author(s) References See Also Examples
This generic will allow the construction of tract objects
within sampSurf that will use the mirage method for
boundary overlap correction on any inclusion zones where
slopover is encountered. This constructor method should be used in
preference to new
to insure a valid object.
1 | mirageTract(tract, ...)
|
tract |
An object of class " |
... |
Items to be gobbled for now. |
It is very simple to create an object of this class, all one requires is
an existing “Tract” object as shown in the example below and the
methods: mirageTract-methods
.
A valid object of class "mirageTract
."
Jeffrey H. Gove
See the “Mirage Method” vignette for more explanation.
1 2 | tract = Tract(c(x=20,y=20), cellSize=1) #one-meter resolution
(mtract = mirageTract(tract))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.