% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{logistic} \alias{logistic} \title{Logistic function} \usage{ logistic(x, x0, k) } \arguments{ \item{x}{value to apply the function to.} \item{x0}{midpoint parameter. Gives the centre of the function.} \item{k}{shape parameter. Gives the slope of the function.} } \value{ RETURN DESCRIPTION } \description{ Implementation of the logistic function }