plothist: Create a histogram of randomised deltaAICc values

Description Usage Arguments Value Author(s) Examples

View source: R/plothist.R

Description

Create a histogram of deltaAICc values from randomised data.

Usage

1
plothist(dataset, datasetrand)

Arguments

dataset

A dataframe containing information on all fitted climate windows from observed data. Output from slidingwin.

datasetrand

A dataframe containing information on all fitted climate windows using randomised data. Output from randwin.

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

1
2
3
4
5
6
# Plot randomised data for the Mass dataset

data(MassOutput)
data(MassRand)

plothist(datasetrand = MassRand, dataset = MassOutput)

climwin documentation built on July 1, 2020, 7:04 p.m.