summary.Distribution: Distribution Summary
Description
Summary method for distribution objects (and all child classes).
Usage
# S3 method for Distribution
summary(object, full = TRUE, ...)
Arguments
full
logical; if TRUE (default), gives an extended summary, otherwise brief.
Value
Printed summary of the distribution.
R6 Usage
$summary(full = TRUE)