Description Usage Arguments Examples
View source: R/findPeriodsLength.R
This function finds the length of wet periods in the dataset and places the data in a given matrix.
1 | findPeriodsLength(data, r, m, threshold = 0.1, d = F)
|
data |
Data, 3d array, matrix, list or vector |
r |
Row in matrix m to place data |
m |
Matrix to place returned data. |
threshold |
Threshold for seting values to zero. Defaults to 0.1. |
d |
If true, we calculate for drydays, else wet. Defaults to False |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.