GetMetOffice | R Documentation |
Extracts regional mean temperature or rainfall from the met office UK & regional series. The total duration of bright sunshine is also available.
GetMetOffice(Variable, Region)
Variable |
Either Tmean, Rainfall, or Sunshine |
Region |
One of "UK", "England", "Wales", "Scotland", "Northern_Ireland", "England_and_Wales", "England_N", "England_S", "Scotland_N", "Scotland_E", "Scotland_W", "England_E_and_NE", "England_NW_and_N_Wales", "Midlands", "East_Anglia", "England_SW_and_S_Wales", "England_SE_and_Central_S". |
The function returns time series data from the 19th century through to the present month.
A data.frame with 18 columns; year, months, seasons, and annual. Rows then represent each year of the timeseries.
Anthony Hammond
#Get the Rainfall series for the UK
## Not run: UKRain <- GetMetOffice(Variable = "Rainfall", Region = "UK")
#Now we'll get mean temperature data for East Anglia
## Not run: TempEastAnglia <- GetMetOffice(Variable = "Tmean", Region = "East_Anglia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.