Description Usage Format Details Source Examples
Incidents of vandalism for July 1 to December 31, 2012.
1 |
sf data frame with 3430 observations, 14 variables, and a geometry column.
Unique number for each incident report
projected coordinates
Vehicle theft
Description of the crime
day of the week that crime was reported
Police district
Outcome of the report, e.g. None, Arrest, Unfounded etc
Street address where the crime occurred
Date of the report
Time of report
Coordinates of crime location
Sf object, EPSG 2227: NAD83 / California zone 3 (ftUS).
2010 Census (population) and “Crime Incidents from 1 Jan 2003”, City of San Francisco Open Data Portal (crimes) (https://data.sfgov.org/Public-Safety/Map-Crime-Incidents-from-1-Jan-2003/gxxq-x39z).
1 2 3 4 5 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(SFvandalism)
plot(SFvandalism["IncidntNum"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.