Learn R Programming

sampSurf (version 0.7-6)

mirageTract: Generate Objects of Class "'>mirageTract"

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

mirageTract(tract, ...)

Arguments

tract

An object of class "'>Tract".

Items to be gobbled for now.

Value

A valid object of class "'>mirageTract."

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.

References

See the “Mirage Method” vignette for more explanation.

See Also

Tract

Examples

Run this code
# NOT RUN {
tract = Tract(c(x=20,y=20), cellSize=1)    #one-meter resolution
(mtract = mirageTract(tract))
# }

Run the code above in your browser using DataLab