Description Usage Arguments See Also Examples
This function generates a graphical representation of the specified 'region´ object.
1  | 
reg | 
 object of class 'region´ generated with   | 
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  | 
generate.region to create region objects
1 2  | reg<-generate.region(x.length=100, y.width=60)
plot(reg)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.