| adirondack_sites | R Documentation |
A dataset containing example lake sampling sites from the Adirondack region of New York State. These synthetic but realistic coordinates demonstrate typical multi-lake sampling scenarios.
adirondack_sites
A data frame with 12 rows and 5 variables:
Unique site identifier
Name of the lake
Latitude in decimal degrees (WGS84)
Longitude in decimal degrees (WGS84)
Date and time of sampling (POSIXct)
The dataset includes sites from four Adirondack lakes:
Blue Mountain Lake (3 sites)
Raquette Lake (4 sites)
Long Lake (2 sites)
Tupper Lake (3 sites)
Synthetic data for demonstration purposes
# Load the dataset
data(adirondack_sites)
# View structure
str(adirondack_sites)
# Use with lakefetch (requires internet connection)
sites <- load_sites(adirondack_sites)
lake_data <- get_lake_boundary(sites)
results <- fetch_calculate(sites, lake_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.