plot_outlier_distribution: Plot the outlying elements of a HierarchicalSet object
Description
This function creates a scatter plot showing each outlying element as a
function of the number of sets it is present in and the number of times it
is outlying.
Usage
plot_outlier_distribution(x, alpha = 0.3)
Arguments
x
A HierarchicalSet object
alpha
The transparancy of the dots
Value
This function is called for its side effects
See Also
outlying_elements for extracting outlying element
information from a HierarchicalSet object