BlueMountains | R Documentation |
This data set contains the observed presence locations of a Sydney eucalypt (eucalypt
), the values of four
environmental variables and two variables related to site accessibility throughout the region at a spatial
resolution of 500m (env
), and a matrix indicating whether locations in the region are available to the species (availability
).
data(BlueMountains)
A list with three objects:
A data frame with a column X
of UTM Easting coordinates (km) and a column Y
of UTM Northing coordinates (km) of observed locations of a Sydney eucalypt
A data frame containing environmental data in the Blue Mountains region near Sydney
A 301x201 matrix with UTM Northing and Easting locations stored in dimnames
indicating whether locations are accessible or not
The data frame env
contains the following environmental data:
UTM Easting coordinates (km)
UTM Northing coordinates (km)
Number of fires since 1943
Distance from the nearest main road (m)
Distance from the nearest urban area (m)
Average annual rainfall (mm)
Average maximum temperature (degrees Celsius)
Average minimum temperature (degrees Celsius)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.