Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.