plot.hero_enlarge {hero} | R Documentation |
Plot a hero_enlarge
object
Description
Plot the enlarged and original border defined be a set of coordinates.
Usage
## S3 method for class 'hero_enlarge'
plot(x, ..., blist = list(col = "grey"))
Arguments
x |
An object of class |
... |
Additional graphical parameters passed to the
plotting method for |
blist |
A list of additional graphical parameters
passed to the plotting method for |
See Also
Examples
b = border.grid(lon, lat)
e = enlarge(b)
plot(e)
[Package hero version 0.6 Index]