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 hero_enlarge.

...

Additional graphical parameters passed to the plotting method for SpatialPolygons-class for x$eborder

blist

A list of additional graphical parameters passed to the plotting method for SpatialPolygons-class for x$border.

See Also

SpatialPolygons-class

Examples

b = border.grid(lon, lat)
e = enlarge(b)
plot(e)

[Package hero version 0.6 Index]