Summary function for disproportionality objects
Source:R/da_object_oriented_functions.R
summary.da.Rd
Provides summary counts of SDRs and shows the top five DECs
Usage
# S3 method for da
summary(object, print = TRUE, ...)
Arguments
- object
A S3 obj of class "da", output from
pvda::da()
.Do you want to print the output to the console. Defaults to TRUE.
- ...
For passing additional parameters to extended classes.