plot.spacejamr: Plot the spatial extent of a spacejamr object

View source: R/spacejamr.R

plot.spacejamrR Documentation

Plot the spatial extent of a spacejamr object

Description

Plot method for the spacejamr class

Usage

## S3 method for class 'spacejamr'
plot(x, y, ..., title = "Spatial Window", fill = "blue")

Arguments

x

an object of class spacejamr.

y

ignored.

...

ignored.

title

an optional title for the plot. Default is "Spatial Window".

fill

an optional fill for the plot. Default is blue.

Details

The returned plot can be refined with standard ggplot2 functions

Value

A plot of classes 'gg' and 'ggplot'

Author(s)

Darren Colby
Email: dscolby17@gmail.com

Examples

# Load spacejamr object
data("RI")

plot(RI)


spacejamr documentation built on April 2, 2022, 1:07 a.m.