plot.hero_enlarge {hero} | R Documentation |
hero_enlarge
objectPlot the enlarged and original border defined be a set of coordinates.
## S3 method for class 'hero_enlarge'
plot(x, ..., blist = list(col = "grey"))
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 |
b = border.grid(lon, lat)
e = enlarge(b)
plot(e)