edist
R/edist.R
format.edist.Rd
Format method for edist objects.
# S3 method for class 'edist' format(x, ...)
The object to format
Additional arguments (not used)
A character string
z <- normal(0, 1) * exponential(2) format(z) #> [1] "Expression distribution: x * y"