Learn R Programming

simplevis (version 5.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, alpha = 0)

gg_sf(dplyr::slice(nz, 2, 4), alpha = 0)

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

Run the code above in your browser using DataLab