sp_fortify: Function to wrap ggplot2::fortify which transforms geometries...

View source: R/sp_fortify.R

sp_fortifyR Documentation

Function to wrap ggplot2::fortify which transforms geometries to data frames (tables).

Description

Function to wrap ggplot2::fortify which transforms geometries to data frames (tables).

Usage

sp_fortify(sp, rename = TRUE)

Arguments

sp

Spatial object to be reformatted into tabular data.

rename

Should lat and long be renamed to latitude and longitude?

Value

Tibble.

Author(s)

Stuart K. Grange

See Also

fortify


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.