Skip to contents

The ABS default shapefiles for Australia include outlying islands that are of limited interest in any maps we produce. This function provides sensible co-ordinates via ggplot2::coord_sf() that crops out those islands in a map.

Usage

crop_aus_coord()

See also

Other map functions: add_map_e61(), setup_stadia_maps(), theme_e61_spatial()

Examples

  if (FALSE) {
    ggplot(strayr::read_absmap("aus2021")) +
      geom_sf() +
      crop_aus_coord()
  }