leigh: Leigh's curve

Description Usage Arguments Value See also Examples

View source: R/misc.R

Description

leigh produces a table and lookup functions for Leigh's curve (see accompanying vignette for definition).

Usage

1
leigh(N = 1000)

Arguments

N

number of intermediate points; size of resulting table

Value

The output of leigh is a list of six elements:

See also

mu, rate, pat_bnd

Package: symconivol

Examples

1
2
3
4
5
L <- leigh()
ggplot(L$tab, aes(x=rho,y=kappa)) + geom_line()
x <- (0:10)/10
matrix(c(x, L$lkup_rho(x) ),11,2)
matrix(c(x, L$lkup_kappa(x) ),11,2)

damelunx/symconivol documentation built on May 17, 2019, 7:01 p.m.