Print method for summary_dist objects.

# S3 method for class 'summary_dist'
print(x, ...)

Arguments

x

The object to print

...

Additional arguments

Value

x, invisibly.

Examples

s <- summary(normal(5, 2))
print(s)
#> normal 
#> Mean:
#> [1] 5
#> Covariance:
#> [1] 2