| .contiguous_intervals | R Documentation |
Returns a data frame with 'start' and 'end' columns (values from t_grid) for each run of TRUE values in 'mask'.
.contiguous_intervals(t_grid, mask)
t_grid |
Numeric vector. |
mask |
Logical vector of same length as t_grid. |
data.frame with columns start, end (or 0-row frame if no TRUE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.