plothist | R Documentation |
Create a histogram of deltaAICc values from randomised data.
plothist(dataset, datasetrand, verbose = TRUE)
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 |
verbose |
TRUE or FALSE. Should messages and warnings be printed while running function? Default: TRUE |
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.
Liam D. Bailey and Martijn van de Pol
# Plot randomised data for the Mass dataset
data(MassOutput)
data(MassRand)
plothist(datasetrand = MassRand, dataset = MassOutput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.