plotwin: Plot the start and end time of best climate windows

Description Usage Arguments Value Author(s) Examples

View source: R/plotwin.R

Description

Visualise the start and end time for a subset of best climate windows.

Usage

1
plotwin(dataset, cw = 0.95)

Arguments

dataset

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

cw

Cumulative model weight used to subset the group of best models.

Value

Creates two boxplots showing the start and end time for a subset of best climate windows. Best climate windows make up the cumulative model weight equivalent to the value of cw.

Author(s)

Liam D. Bailey and Martijn van de Pol

Examples

1
2
3
4
5
# View window limits for climate windows in the top 95% of model weights.

data(MassOutput)

plotwin(dataset = MassOutput, cw = 0.95)

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