plothist {climwin} | R Documentation |
Create a histogram of randomised deltaAICc values
Description
Create a histogram of deltaAICc values from randomised data.
Usage
plothist(dataset, datasetrand)
Arguments
dataset |
A dataframe containing information on all fitted climate
windows from observed data. Output from |
datasetrand |
A dataframe containing information on all fitted climate
windows using randomised data. Output from |
Value
plothist will return a histograms of deltaAICc values from randomised data. Values of PdeltaAICc and Pc will be provided to help determine the likelihood that an observed deltaAICc value would occur by chance.
Author(s)
Liam D. Bailey and Martijn van de Pol
Examples
# Plot randomised data for the Mass dataset
data(MassOutput)
data(MassRand)
plothist(datasetrand = MassRand, dataset = MassOutput)
[Package climwin version 1.2.3 Index]