plot.snow | R Documentation |
Plot method for neighborhoodSnow().
## S3 method for class 'snow'
plot(x, type = "area.polygons", non.snow.cases = TRUE,
alpha.level = 1/3, polygon.type = "solid", polygon.col = NULL,
polygon.lwd = NULL, add = FALSE, ...)
x |
An object of class "neighborhood_snow" created by |
type |
Character. "roads", "area.points" or "area.polygons". |
non.snow.cases |
Logical. Plot anchor cases outside Snow neighborhood. |
alpha.level |
Numeric. Alpha level transparency for area plot: a value in [0, 1]. |
polygon.type |
Character. "border" or "solid". |
polygon.col |
Character. |
polygon.lwd |
Numeric. |
add |
Logical. Add graphic to plot. |
... |
Additional plotting parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.