R/rle.R

# reconstruct HW status (boolean vector) by HW ibegin and iend, 

#' @name rle
#' @title Run Length Encoding
#'
#' @param info A list with the element of `ibegin`, `iend` and `n`.
#' @param x Integer (or boolean) vector
#'
#' @return true or false vector
#' @example R/examples/ex-rle.R
NULL
CUG-hydro/heatwave documentation built on Dec. 17, 2021, 1:53 p.m.