Learn R Programming

climwin (version 1.2.3)

plothist: 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 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.

Examples

Run this code
# NOT RUN {
# Plot randomised data for the Mass dataset

data(MassOutput)
data(MassRand)

plothist(datasetrand = MassRand, dataset = MassOutput)

# }

Run the code above in your browser using DataLab