medwin {climwin}R Documentation

Determine the median start and end time for climate windows

Description

Determine the median start and end time for climate windows within a chosen confidence set.

Usage

medwin(dataset, cw = 0.95)

Arguments

dataset

Output dataframe of function slidingwin.

cw

Cut-off for confidence set (0.95 by default)

Value

Returns two values representing the median start and end time of climate windows within the confidence set.

Author(s)

Liam D. Bailey and Martijn van de Pol

Examples

# Determine median start and end time of MassOutput from the 95% confidence set

medwin(MassOutput, cw = 0.95)


[Package climwin version 1.2.3 Index]