double_logistic2: Double logistic with three bounds

View source: R/Utils.R

double_logistic2R Documentation

Double logistic with three bounds

Description

Double logistic with three bounds

Usage

double_logistic2(
  x = seq(0, 10, 0.01),
  bound1 = 1,
  bound2 = 0.1,
  bound3 = 0.5,
  rate1 = 2,
  rate2 = 5,
  midpoint1 = 3,
  midpoint2 = 7
)

See Also

double_logistic

Examples

plotl(double_logistic2())

kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.