A SpatialPolygons object representing the boundaries of a park in Central Boston.

boston_park

Format

A SpatialPolygons with a single feature.

Examples

boston_park
#> class : SpatialPolygonsDataFrame #> features : 1 #> extent : 328920.9, 329072.8, 4690670, 4690782 (xmin, xmax, ymin, ymax) #> crs : +proj=utm +zone=19 +datum=WGS84 +units=m +no_defs #> variables : 1 #> names : objectid #> value : 46
plot(boston_park, axes = TRUE)