Learn R Programming

chillR (version 0.62)

california_stations: Weather stations in California

Description

This is a list of weather stations in California that are contained in the UC IPM database. This can also be generated with make_california_UCIPM_station_list(), but this takes quite a while. So this dataset is supposed to be a shortcut to this.

Arguments

Format

a data.frame containing stations from the California UC IPM database (), with the following columns: "Name", "Code", "Interval", "Lat", "Long", "Elev".
list("Name")
mame of the weather station
list("Code")
code of the weather station, indicating the name and the database it comes from
list("Interval")
period of available data (as character string)
list("Lat")
latitude of the station
list("Long")
longitude of the station
list("Elev")
elevation of the station

Source

UC IPM website: http://www.ipm.ucdavis.edu/WEATHER/index.html

Examples

Run this code

data(california_stations)

Run the code above in your browser using DataLab