powered by
Create a ggplot-friendly data frame from a spatial object
df_spatial(x, ...)
A tibble with coordinates as x and y, features as feature_id, and parts as part_id.
x
y
feature_id
part_id
A spatial object
Passed to specific methods
# \donttest{ load_longlake_data(which = c("longlake_osm", "longlake_depthdf")) df_spatial(longlake_osm) df_spatial(longlake_depthdf) df_spatial(as(longlake_depthdf, "Spatial")) # }
Run the code above in your browser using DataLab