| plot.spacejamr {spacejamr} | R Documentation |
Plot method for the spacejamr class
## S3 method for class 'spacejamr'
plot(x, y, ..., title = "Spatial Window", fill = "blue")
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. |
The returned plot can be refined with standard ggplot2 functions
A plot of classes 'gg' and 'ggplot'
Darren Colby
Email: dscolby17@gmail.com
# Load spacejamr object
data("RI")
plot(RI)