Learn R Programming

mapmate (version 0.0.1)

get_clim: Obtain a list of monthly climatologies

Description

get_clim subsets and summarizes a data frame of monthly map data over a specified time period.

Usage

get_clim(x, limits = c(1961, 1990))

Arguments

x

a data frame.

limits

inclusive lower and upper bound limits for subsetting the years (climatology period).

Value

returns a list of data frames.

Details

get_clim takes a five-column data frames containing map data (long, lat, z, Year, Month) describing a temporal sequence of map data. The data frame is subset to a specified range of years. The data (z) is summarized over time for each month and a length-12 list of data frames containing period average map data is returned.

Examples

Run this code
# NOT RUN {
#not run
# }

Run the code above in your browser using DataLab