Learn R Programming

simplevis (version 1.1.4)

nz: New Zealand coastline.

Description

New Zealand coastline, excluding the Chathams, that is simplified for ggplot.

Usage

nz

Arguments

Format

An sf object.

Examples

Run this code
# NOT RUN {
nz

ggplot_sf(nz)

ggplot_sf(dplyr::slice(nz, 2))

ggplot_sf(dplyr::slice(nz, 1, 3))
# }

Run the code above in your browser using DataLab