plotbetas {climwin} | R Documentation |
Plot model beta estimates
Description
Create colour plots of model beta estimates. Will include quadratic and cubic beta estimates where appropriate.
Usage
plotbetas(dataset, arrow = FALSE, plotallenv, plotall = 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. |
plotallenv |
Used in conjunction with function |
plotall |
Used in conjunction with function |
Value
Returns colour plots of model beta estimates. Where applicable, 2nd order coefficients (quadratic) and 3rd order coefficients (cubic) will be plotted separately.
Author(s)
Liam D. Bailey and Martijn van de Pol
Examples
# Plot model beta estimates for linear models in the Mass dataset
data(MassOutput)
plotbetas(dataset = MassOutput)
[Package climwin version 1.2.3 Index]