survivalRaster: Converts model results dataframe into results raster.

Description Usage Arguments Details Note See Also

View source: R/SurvivalRaster_fun.R

Description

survivalRaster uses supplied environmental rasters to query model results and creating a raster filled with maximum hibernation estimates for hibernation without infection, with infection and the difference between the two.

Usage

1
survivalRaster(mod.df, pct.rh.rast, temp.rast)

Arguments

mod.df

results from DynamicEnegryPd

pct.rh.rast

raster of humidity

temp.rast

raster of temperature values either in Kevil or degrees Celcius

Details

It is suggested that both raster layers have the same extent, resolution, and projection as there are currently no internal checks on the consistance between rasters. Values for output are drawn from the humidity layer.

Note

humidity rasters in the original Hayman et al. 2016 represent the average of the average humidities for the months Jan-Mar.

See Also

dangerZone; survivalMultiplot; survivalPlotter; survivalHistogram

Other Plot Functions: dangerZone, survivalMultiplot, survivalPlotter


cReedHranac/batwintor documentation built on Jan. 27, 2020, 7:39 p.m.