rlnorm2: Random number generator for log-normal distribution...

Description Usage Arguments Value Examples

View source: R/lognormal.R

Description

Random number generator for log-normal distribution parameterized by mean and coefficient of variation

Usage

1
rlnorm2(n, mu, tau)

Arguments

n

Number of random values to be drawn from the distribution

mu

Mean of the distribution

tau

coefficient of variation of the distribution

Value

A vector with n random values from the distribution

Examples

1
rlnorm2(10, 0.5, 0.1)

AleMorales/distros documentation built on March 20, 2020, 9:44 p.m.