plot-Fetch-missing-method: Plot a Fetch Object

Description Usage Arguments Details

Description

Plot method for Fetch objects.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'Fetch,missing'
plot(x, y, ...)

## S4 method for signature 'Fetch,SpatialPolygons'
plot(x, y, ...)

## S4 method for signature 'SpatialPolygons,Fetch'
plot(x, y, ...)

Arguments

x

either a Fetch object as returned by fetch, or a SpatialPolygons object.

y

can be missing, otherwise same as x.

...

further arguments passed to plot,SpatialLines,missing-method.

Details

These plot methods allow for the fetch vectors to be plotted (missing y), or the fetch vectors to be plotted along with a SpatialPolygons object. If both x and y are supplied, then it does not matter which argument is supplied first.


blasee/fetchR documentation built on Feb. 22, 2020, 9:13 a.m.