R/target.R

Defines functions target

Documented in target

#' Title
#' 
#' @keywords internal
#'
#' @param x   xx
#'
#' @return
#'
#' @examples
target = function(x){
  return(ifelse(x<0,0,exp(-x)))
}

Try the phytoclass package in your browser

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

phytoclass documentation built on April 4, 2025, 4:02 a.m.