findMeanPeriodLength: Finds the mean length of wet periods

Description Usage Arguments Examples

View source: R/findMeanPeriodLength.R

Description

This function findes the mean length of the wet periods for each gridpoint in the given dataset

Usage

1
findMeanPeriodLength(data, threshold = 0.1, d = F)

Arguments

data

Data to do computations on, 3d array.

threshold

Threshold for seting values to zero. Defaults to 0.1.

d

If true, we calculate for drydays, else wet. Defaults to False

Examples

1

NorskRegnesentral/climModelEval documentation built on Jan. 16, 2020, 12:49 a.m.