macleish_layers {macleish} | R Documentation |
Shapefiles from the MacLeish Field Station. The field station
itself is located at lat = 42.449167
, lon = -72.679389
. These
data contain information about various man-made and natural structures
surrounding the field station.
macleish_layers
A list
of sf::sf()
objects, each providing a different layer.
Landmarks
Type of dominant tree in individual forests, as noted by Jesse Bellemare
local streams
Challenge courses on the property
Buildings at MacLeish
Wetland areas
the property boundary
research plots
soil deposits used by Amy Rhodes
Hiking trails
Two camp sites
30 foot elevation contours
Each of the sf::sf()
objects are projected in
epsg:4326
for easy integration with Google Maps or
leaflet::leaflet()
objects.
names(macleish_layers)
macleish_layers[["buildings"]]
if (require(sf)) {
plot(macleish_layers[["buildings"]])
}