plot.spacejamr {spacejamr} | R 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)
[Package spacejamr version 0.2.1 Index]