View source: R/sites_2_sp_points.R
sws_sites_2_spdf | R Documentation |
Reads in THE data frame of SWS site data and converts it into a Spatial Points Data Frame. Projection information is not included yet.
sws_sites_2_spdf(swssite_dataframe) sws_sites_2_sf(swssite_dataframe)
swssite_dataframe |
A data frame of the SWS site data |
An SpatialPointsDataFrame version of the SWS side data. Projection information is not included yet.
sws_sites_2_sf
: Convert SWS Site Data in SF Object
sws_sites <- readRDS("./private/data/clean/sws_sites.rds") sws_sites_spdf <- sws_sites_2_spdf(sws_sites) sws_sites_sf <- sws_sites_2_sf(sws_sites)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.