Simplified New Zealand coastline boundary, excluding the Chatham Islands.

nz

Format

An sf object.

Examples

nz
#> Simple feature collection with 7 features and 1 field #> Geometry type: MULTIPOLYGON #> Dimension: XY #> Bounding box: xmin: 1089971 ymin: 4748130 xmax: 2089541 ymax: 6194204 #> CRS: EPSG:2193 #> name geometry #> 1 South Island or Te Waipounamu MULTIPOLYGON (((1100129 488... #> 2 North Island or Te Ika-a-Maui MULTIPOLYGON (((1601285 619... #> 3 Stewart Island/Rakiura MULTIPOLYGON (((1207675 481... #> 4 Great Barrier Island (Aotea Island) MULTIPOLYGON (((1815888 600... #> 5 Resolution Island MULTIPOLYGON (((1107048 493... #> 6 Rangitoto ke te tonga (D'Urville Island) MULTIPOLYGON (((1680538 549... #> 7 Secretary Island MULTIPOLYGON (((1125480 498...
gg_sf(nz, alpha = 0)
gg_sf(dplyr::slice(nz, 2, 4), alpha = 0)
gg_sf(dplyr::slice(nz, 1, 3, 5:7), alpha = 0)