get_mu: curve fit with modified logistic function

View source: R/base.R

get_muR Documentation

curve fit with modified logistic function

Description

curve fit with modified logistic function

Usage

get_mu(mu_par, times)

Arguments

mu_par

vector with five number

times

vector of time point

Value

numeric vector with the same length to times

Examples

get_mu(mu_par = 1:5, times = 1:14)

idopNetwork documentation built on April 18, 2023, 9:09 a.m.