sfplot: Quick plot of an sf object

View source: R/plot.R

sfplotR Documentation

Quick plot of an sf object

Description

Quick plot of an sf object

Usage

sfplot(df, colour = "red", fill = NA, label_col_int = FALSE)

Arguments

df

An sf object.

colour

Colour of borders.

fill

Main variable in df to be represented in plot, as a string. Defaults to grey.

label_col_int

Integer value of column containing labels

Value

A ggplot object.

Examples

## Not run: sfplot(CP_dist_map, fill = "MEDIAN_HRS_ACCESS", label_col_int = 2)

AltfunsMA/cptools documentation built on Aug. 7, 2022, 5:44 p.m.