plotdelta {climwin} | R Documentation |
Plot deltaAICc of models
Description
Create a colour plot of model deltaAICc values.
Usage
plotdelta(dataset, arrow = FALSE, plotall = FALSE, plotallenv, ThreeD = FALSE)
Arguments
dataset |
A dataframe containing information on all fitted climate
windows. Output from |
arrow |
TRUE or FALSE. Add arrows to plots to pinpoint best window. |
plotall |
Used in conjunction with function |
plotallenv |
Used in conjunction with function |
ThreeD |
TRUE or FALSE. Generate a 3-dimensional plot of the deltaAICc landscape. |
Value
Returns a colour plot of model deltaAICc values (larger negative values indicate stronger models). DeltaAICc is the difference between AICc of each climate window and a null model.
Author(s)
Liam D. Bailey and Martijn van de Pol
Examples
# Plot deltaAICc estimates for climate windows in the Mass dataset
data(MassOutput)
plotdelta(dataset = MassOutput)
[Package climwin version 1.2.3 Index]