createInfo | R Documentation |
Create 'INFO' metadata for EGRET/WQTDS analysis
createInfo(
wq_data,
paStart = 10,
paLong = 12,
watershedKm = 1,
stationColumn = "stn"
)
wq_data |
a dataframe of water quality data generated by getwq(). Must have a single station and parameter. |
paStart |
Starting month of period of analysis. Defaults to 10. Used in most EGRET functions |
paLong |
Length in number of months of period of analysis. Defaults to 12. Used in most EGRET functions |
watershedKm |
Watershed area, used to calculate runoff. Defaults to 1 |
stationColumn |
name of station column in dataset. |
a single-row dataframe with EGRET-style metadata. See ?EGRET::INFOdataframe for more information.
INFO <- createInfo(wq_data = wqDat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.