TADA_FlaggedSitesMap | R Documentation |
Create Flagged Sites Map
TADA_FlaggedSitesMap(.data)
.data |
TADA dataframe containing the data downloaded from the WQP, where each row represents a unique data record. Dataframe must include the columns 'MonitoringLocationIdentifier','MonitoringLocationName','TADA.LatitudeMeasure', and 'TADA.LongitudeMeasure' to run this function. |
A leaflet map that shows all sites in the dataframe that contain flagged data in the form of:
imprecise coordinates - latitudes and/or longitudes that contain fewer then 3 decimal places.
outside USA - coordinates that fall outside the bounds of the USA.
near other sites - groups of sites that are spatially located within a threshold distance (defaulting to 100 m) from each other.
## Not run:
# Load example dataframe:
data(Data_Nutrients_UT)
data(Data_NCTCShepherdstown_HUC12)
data(Data_6Tribes_5y_Harmonized)
# Create maps:
TADA_FlaggedSitesMap(Data_Nutrients_UT)
TADA_FlaggedSitesMap(Data_NCTCShepherdstown_HUC12)
TADA_FlaggedSitesMap(Data_6Tribes_5y_Harmonized)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.