Dimension of a log-normal distribution (always 1).

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

Arguments

x

A lognormal object.

Value

1.

Examples

dim(lognormal(0, 1))
#> [1] 1