LondonFire | R Documentation |
Provides the compiled dwelling fire data of London in 2015. The data is provided
as a SpatialPointsDataFrame
in object LondonFire
. In addition
the boundary and borough information is provided in objects LondonBoundaries
and
LondonBoroughs
. Locations of all fire stations in London of 2015 are provided in
object LondonFStations
.
data("LondonFire")
The LondonFire
data contains the following variables:
Numeric, the time after the emergency call until the first fire engine arrived.
Numeric, The time of day at which the emergency call was received.
Numeric, the fire station intensity at the location of the fire scene. The
intensity is measured using a kernel density estimate of the LondonFStations
using the
spatstat package.
London Fire (2015). London Fire Brigade Incident Records. London Data Store, UK Open Government Licence (OGL v2). https://data.london.gov.uk/dataset/london-fire-brigade-incident-records
London Boroughs/Boundaries (2015). Statistical GIS Boundary Files for London. London Data Store, UK Open Government Licence (OGL v2). https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london
London Fire Stations (2015). London Fire Brigade,
https://www.london-fire.gov.uk/
.
(old url http://www.london-fire.gov.uk/A-ZFireStations.asp
)
Taylor BM (2016). Spatial Modelling of Emergency Service Response Times. Journal of the Royal Statistical Society: Series A (Statistics in Society), 180(2), 433–453. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/rssa.12192")}
data("LondonFire")
plot(LondonFire, col = "red")
plot(LondonFStations, col = "blue", cex = 1.5, pch = 16, add = TRUE)
plot(LondonBoroughs, lwd = 0.5, add = TRUE)
plot(LondonBoundaries, add = TRUE, lwd = 1.5)
head(LondonFire@data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.