R/select_rate.ft.R

Defines functions select_rate.ft

Documented in select_rate.ft

#' @title Select from flowthrough respirometry rate results based on a range of
#'   criteria
#'
#' @rdname select_rate
#' @export

select_rate.ft <- function(x, method = NULL, n = NULL){
  out <- select_rate(x, method, n)
  return(invisible(out))
}
januarharianto/respR documentation built on April 20, 2024, 4:34 p.m.