subset_year_month: Subset the raster list by month and year combining the subset...

Description Usage Arguments Value Examples

Description

Subset the raster list by month and year combining the subset month and year functions

Usage

1
subset_year_month(rList, year = NULL, month = NULL)

Arguments

rList

A list of raster in raster format.

year

A numeric year between 1985 and present. A range is also acceptable.

month

A numeric month between 1 and 12 to indicate which month to keep. This can be a vector or range as well.

Value

A list of rasters for the requested months and years

Examples

1
2
add(1, 1)
add(10, 1)

one-acre-fund/arc2weather documentation built on May 16, 2019, 5:02 a.m.