View source: R/isdTempSummary_daily.R
isdTempSummary_daily | R Documentation |
Computes daily temperature summaries (mean, max and min) from ISD station climate data
isdTempSummary_daily(isd_station_data, f = FALSE)
isd_station_data |
data frame containing ISD station data, as outputed by rnoaa's |
f |
option to convert to Fahrenheit (default is |
Returns a data frame with the daily temperature summaries for the station data.
stmattTempSumm <- isdTempSummary_daily(stmatthewsIsland1940) # Data retrieved with getStationData_single() stmattTempSummF <- isdTempSummary_daily(stmatthewsIsland1940, f = TRUE) # Same as above, but in Fahrenheit icelandTempSumm <- isdTempSummary_daily(icelandSubset) # Data retrieved with getStationData_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.