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))
}

Try the respR package in your browser

Any scripts or data that you put into this service are public.

respR documentation built on May 29, 2024, 7:14 a.m.