View source: R/makeMultiMonthIsoscape.R
| makeMultiMonthIsoscape | R Documentation | 
Converts a stack of monthly isoscape maps, monthly isoscape standard error maps, and optionally a precipitation (amount) stack. Each stack must contain layers corresponding to each of the target months.
makeMultiMonthIsoscape(iso_stack, iso_se_stack, precip_stack = NULL)
| iso_stack | A RasterStack containing n layers corresponding to isoscape models for n months. | 
| iso_se_stack | A RasterStack containing n layers corresponding to isoscape standard error maps for n months. | 
| precip_stack | Either a RasterStack containing n layers corresponding to precipitation amounts for n months, or NULL (assumes equal precipitation amounts.) | 
If precip_stack is NULL, model will assume equal precipitation amounts per month.
A list containing a mean isoscape and root-sum-of-square error map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.