View source: R/euclideanLatlong.R
plot.euclideanLatlong | R Documentation |
Plot method for euclideanLatlong()
## S3 method for class 'euclideanLatlong'
plot(x, type = "star", add = FALSE,
add.observed.points = TRUE, alpha.level = 0.75, polygon.type = "solid",
...)
x |
Object. |
type |
Character. "star", "area.points" or "area.polygons". "area" flavors only valid when |
add |
Logical. Add graphic to an existing plot. |
add.observed.points |
Logical. Add observed fatality "addresses". |
alpha.level |
Numeric. Alpha level transparency for area plot: a value in [0, 1]. |
polygon.type |
Character. "perimeter" or "solid". |
... |
Additional plotting parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.