PlotTwoLogisticInflectionPDF: Plot two logistic probability density function

Description Usage Arguments Value

Description

Plot two logistic probability density function (using inflection and scale parameters)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
PlotTwoLogisticInflectionPDF(
  inflection_1,
  scale_1,
  inflection_2,
  scale_2,
  x_label = "X Value",
  log1_range = c(0, 45),
  log2_range = c(0, 45),
  xlab_range = c(0, 45)
)

Arguments

inflection_1

Numeric, inflection parameter for distribution 1.

scale_1

Numeric, scale parameter for distribution 1.

inflection_2

Numeric, inflection parameter for distribution 2.

scale_2

Numeric, scale parameter for distribution 2.

x_label

String, label for x-axis, default if "X Value".

log1_range

Vector, log1 value range. Default = c(0, 45).

log2_range

Vector, log2 value range. Default = c(0, 45).

xlab_range

Vector, x value range. Default = c(0, 45).

Value

Plot of probability distributions.


Blakemassey/baear documentation built on Dec. 25, 2021, 9:48 a.m.