resample.grid: Resample likelihood rasters to common resolution/extent

Description Usage Arguments Value

View source: R/resample.grid.R

Description

Resample likelihood rasters to common resolution/extent

Usage

1
resample.grid(L.rasters, L.res, mle.res = 0.75, bound = NULL)

Arguments

L.rasters

list of individual likelihood rasters generated by calc functions

L.res

raster or raster brick indicating desired output resolution of all likelihood rasters.

mle.res

is desired resolution (in degrees) of the coarse output grid to be used in parameter estimation.

bound

is a raster extent object that can be passed in order to restrict the input raster likelihoods to a certain spatial domain. Default is null and thus uses the full extent of input rasters. For more information on the extent object see raster::extent

Value

a list of all resampled likelihood rasters and g, the common grid


HMMoce documentation built on Nov. 17, 2017, 5:57 a.m.