austates | R Documentation |
The states and large mainland territories of Australia are represented as polygonal regions forming a tessellation.
data(austates)
Object of class "tess"
.
Western Australia, South Australia, Queensland, New South Wales, Victoria and Tasmania (which are states of Australia) and the Northern Territory (which is a ‘territory’ of Australia) are represented as polygonal regions.
Offshore territories, and smaller mainland territories, are not shown.
The dataset austates
is a tessellation object (class "tess"
)
whose tiles are the states and territories.
The coordinates are latitude and longitude in degrees, so the space is effectively a Mercator projection of the earth.
Obtained from the oz package and reformatted.
data(austates)
if(require(spatstat.geom)) {
plot(austates)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.