curve_fc: curve_fc

Description Usage Arguments Value Examples

View source: R/curve_fc.R

Description

A function to make curves of the distributions.

Usage

1
curve_fc(model, par, col = "red2", add = FALSE, leg = TRUE)

Arguments

model

character. The model we want to curve.

par

numeric. A vector of parameters.

col

character. The curve color.

add

logic. Should we allow more curves over?

leg

logic. Show we show the legends?

Value

A curve.

Examples

1
2
3
{
curve_fc("beta", par = c(0.5, 0.5))
}

brunaw/unitTools documentation built on May 5, 2019, 12:29 a.m.