powered by
Determine the median start and end time for climate windows within a chosen confidence set.
medwin(dataset, cw = 0.95)
Output dataframe of function slidingwin.
slidingwin
Cut-off for confidence set (0.95 by default)
Returns two values representing the median start and end time of climate windows within the confidence set.
# 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