Learn R Programming

climwin (version 1.2.3)

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

Examples

Run this code
# NOT RUN {
# Determine median start and end time of MassOutput from the 95% confidence set

medwin(MassOutput, cw = 0.95)

# }

Run the code above in your browser using DataLab