Learn R Programming

idopNetwork (version 0.1.2)

get_mu: curve fit with modified logistic function

Description

curve fit with modified logistic function

Usage

get_mu(mu_par, times)

Value

numeric vector with the same length to times

Arguments

mu_par

vector with five number

times

vector of time point

Examples

Run this code
get_mu(mu_par = 1:5, times = 1:14)

Run the code above in your browser using DataLab