The wa
data set contains the polygon of the administrative boundary of Western Australia (excluding islands). The grevillea
data set contains the locations of 22303 grevillea plants in Western Australia.
data(wa)
data(grevilleasf)
wa
is an sf object, whose geometry is the polygon in the
EPSG:7850 (GDA2020/MGA zone 50) projection.
grevilleasf
is an sf object with 22303 rows and 2 attributes.
Each row corresponds to an observed plant.
The first column is the full scientific name,
the second is the species name.
The geometry is the point location of the plant in the EPSG:7850 (GDA2020/MGA zone 50) projection. This is a superset of the grevillea
dataset in the ks package.