plot.hero_enlarge: Plot a 'hero_enlarge' object

View source: R/plot.hero_enlarge.R

plot.hero_enlargeR 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)

hero documentation built on July 26, 2023, 5:11 p.m.