R/hill.R

#' @title hill 
#' 
#' Description hill 
#' 
#' @param x x
#' @param p p
#' @param h h
#' @export hill
#' @return hill
hill <- function(x,p=100,h=150){x^p / (x^p + h^p)}
HFpostdoc/sarModel documentation built on May 6, 2019, 9:46 p.m.