Skip to contents

Simple plotting function for viewing spatial data.

Usage

plot_spat(spat)

Arguments

spat

Spatial dataset to view. Must be an object of class sf or sfc.

Examples

if (FALSE) {
plot_spat(pollockNMFSSpatTable)
}