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

View source: R/lognormal.R

params.lognormalR Documentation

Retrieve the parameters of a lognormal object.

Description

Retrieve the parameters of a lognormal object.

Usage

## S3 method for class 'lognormal'
params(x)

Arguments

x

A lognormal object.

Value

A named numeric vector with elements meanlog and sdlog.

Examples

params(lognormal(0, 1))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.