Learn R Programming

simplevis (version 1.0.0)

nz_region: New Zealand coastline with regions.

Description

New Zealand coastline, excluding the Chathams, with regional boundaries simplified for ggplot.

Usage

nz_region

Arguments

Format

An sf object.

Examples

Run this code
# NOT RUN {
nz_region

ggplot_sf(nz_region)

ggplot_sf(dplyr::filter(nz_region, region_code == "09"))

# }

Run the code above in your browser using DataLab