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)A list containing a mean isoscape and root-sum-of-square error map
A RasterStack containing n layers corresponding to isoscape models for n months.
A RasterStack containing n layers corresponding to isoscape standard error maps for n months.
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.