Learn R Programming

simplevis (version 4.0.0)

nz: New Zealand coastline.

Description

Simplified New Zealand coastline boundary, excluding the Chatham Islands.

Usage

nz

Arguments

Format

An sf object.

Examples

Run this code
# NOT RUN {
nz

gg_sf(nz)

gg_sf(dplyr::slice(nz, 2, 4))

gg_sf(dplyr::slice(nz, 1, 3, 5:7))
# }

Run the code above in your browser using DataLab