View source: R/isdTempSummary_monthly.R
isdTempSummary_monthly | R Documentation |
Computes daily temperature summaries (mean, max and min) from ISD station climate data
isdTempSummary_monthly(isd_station_data, f = FALSE)
isd_station_data |
A 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 monthly temperature summaries for the station data.
stmattTempSumm <- isdTempSummary_monthly(stmatthewsIsland1940) # Data retrieved with getStationData_single() stmattTempSummF <- isdTempSummary_monthly(stmatthewsIsland1940, f = TRUE) # Same as above, but in Fahrenheit icelandTempSumm <- isdTempSummary_monthly(icelandSubset) # Data retrieved with getStationData_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.