plot.region: Default Plotting Statement For A Survey Region

Description Usage Arguments See Also Examples

Description

This function generates a graphical representation of the specified 'region´ object.

Usage

1
        plot(reg, reset.pars = TRUE)

Arguments

reg

object of class 'region´ generated with generate.region function.

reset.pars

The region is always plotted with the correct aspect ratio. If reset.pars=TRUE, graphical parameters are restored to what they were before this function, for the next plot. If you're going to plot something in the region (e.g. group locations) set reset.pars=FALSE and the coordinate systems of the region and the thing subsequently plotted will then match

See Also

generate.region to create region objects

Examples

1
2
reg<-generate.region(x.length=100, y.width=60)
plot(reg)

dill/wisp documentation built on May 15, 2019, 8:31 a.m.