Learn R Programming

algebraic.dist (version 0.9.1)

params.lognormal: Retrieve the parameters of a lognormal object.

Description

Retrieve the parameters of a lognormal object.

Usage

# S3 method for lognormal
params(x)

Value

A named numeric vector with elements meanlog and sdlog.

Arguments

x

A lognormal object.

Examples

Run this code
params(lognormal(0, 1))

Run the code above in your browser using DataLab