Description Usage Arguments Value Functions Examples
View source: R/sites_2_sp_points.R
Reads in THE data frame of SWS site data and converts it into a Spatial Points Data Frame. Projection information is not included yet.
1 2 3 | 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
1 2 3 | 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.