R/nem_calc.R

Defines functions nem_calc

Documented in nem_calc

#' calc
#' @description For microbial or nematode community calculations.
#' @param data easynem type data.
#' @param f Function parameters for microbial or nematode community calculations.
#' @param ... Other parameters.
#' @return easynem or other data types.
#' @export
nem_calc <- function(data, f, ...){
  result = f(data, ...)
  return(result)
}

Try the easynem package in your browser

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

easynem documentation built on Nov. 5, 2025, 7:39 p.m.