normal
R/normal.R
print.normal.Rd
Print method for normal objects.
# S3 method for class 'normal' print(x, ...)
The object to print
Additional arguments to pass (not used)
x, invisibly.
x
x <- normal(2, 3) print(x) #> Normal distribution (mu = 2, var = 3)