fortify_sfc {sugarbag}R Documentation

Convert a simple features tibble to tibble for plotting.

Description

This will contain individual points for plotting the polygon, indicating the longitude and latitude, order of points, if a hole is present, the piece, id and group.

Usage

fortify_sfc(sfc_df, keep = NULL)

Arguments

sfc_df

a simples features data set

keep

ratio of points to keep

Value

a tibble point of long lat points used to plot polygons


[Package sugarbag version 0.1.6 Index]