Learn R Programming

hero (version 0.6)

plot.hero_enlarge: Plot a hero_enlarge object

Description

Plot the enlarged and original border defined be a set of coordinates.

Usage

# S3 method for 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

Examples

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

Run the code above in your browser using DataLab