mirageTract: Generate Objects of Class "'mirageTract'"

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

Description

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.

Usage

1
mirageTract(tract, ...)

Arguments

tract

An object of class "Tract".

...

Items to be gobbled for now.

Details

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.

Value

A valid object of class "mirageTract."

Author(s)

Jeffrey H. Gove

References

See the “Mirage Method” vignette for more explanation.

See Also

Tract

Examples

1
2
tract = Tract(c(x=20,y=20), cellSize=1)    #one-meter resolution
(mtract = mirageTract(tract))

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