Learn R Programming

adklakedata (version 0.6.4)

adk_data: Load ADK Data

Description

Loads data from locally downloaded CSV files. Run check_dl_data before using this function.

Usage

adk_data(data_name)

Arguments

data_name

A string choosing the data to load.

Data name (data_name)Data Description
chemLake Chemistry
crustaceanCrustacean Zooplankton Biomass
metaLake-specific metadata (type, location, morphology)
nutrientLake Nutrients
phytoPhytoplankton Biomass Observations
rotiferRotifer Zooplankton Biomass
secchiLake Secchi Depth Observations
tempdoTemperature and Dissolved Oxygen Profiles
metLake-specific Meterology (air temp, wind, precip, etc)

Examples

Run this code
if (FALSE) {

#grab secchi data and plot it
secchi = adk_data('secchi')
plot(as.POSIXct(secchi$date), secchi$secchi)
}

Run the code above in your browser using DataLab