plotdelta: Plot deltaAICc of models
Description
Create a colour plot of model deltaAICc values.
Usage
plotdelta(dataset, arrow = FALSE, plotall = FALSE, plotallenv, ThreeD = FALSE)
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.
Arguments
- dataset
A dataframe containing information on all fitted climate
windows. Output from slidingwin
.
- arrow
TRUE or FALSE. Add arrows to plots to pinpoint best window.
- plotall
Used in conjunction with function plotall
.
Should not be changed manually.
- plotallenv
Used in conjunction with function plotall
.
Should not be changed manually.
- ThreeD
TRUE or FALSE. Generate a 3-dimensional plot of the deltaAICc landscape.
Author
Liam D. Bailey and Martijn van de Pol
Examples
Run this code# Plot deltaAICc estimates for climate windows in the Mass dataset
data(MassOutput)
plotdelta(dataset = MassOutput)
Run the code above in your browser using DataLab