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

Description Usage Arguments Value Note

View source: R/resample.grid.par.r

Description

Resample likelihood rasters to common resolution/extent

Usage

1
resample.grid.par(L.rasters, L.resol, ncores = NULL)

Arguments

L.rasters

list of individual likelihood rasters generated by calc functions

L.resol

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

ncores

is integer indicating number of cores used in this parallel computation. Defaults to using a detection function that chooses cores for you.

Value

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

Note

This function should probably only be used in special use cases. Otherwise, the non-parallel version resample.grid is typically faster.


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