outline | R Documentation |
The default outline nswgeo::nsw
includes Jervis Bay Territory, excludes
Lord Howe Island, and does not have a cut out for the ACT. This utility
allows each of these to be adjusted.
outline(lord_howe_island = FALSE, act_cutout = FALSE, jervis_bay = TRUE)
lord_howe_island |
Include Lord Howe Island. |
act_cutout |
Cut out the area of the Australian Capital Territory. |
jervis_bay |
Cover the area of the Jervis Bay Territory. |
A simple features data frame with the requested geometries.
nsw
library(ggplot2)
outline(lord_howe_island = TRUE) |> ggplot() + geom_sf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.