powered by
normal
Print method for normal objects.
# S3 method for normal print(x, ...)
x, invisibly.
x
The object to print
Additional arguments to pass (not used)
x <- normal(2, 3) print(x)
Run the code above in your browser using DataLab