plot_outlier_distribution | R Documentation |
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.
plot_outlier_distribution(x, alpha = 0.3, outliers = NULL)
x |
A HierarchicalSet object |
alpha |
The transparancy of the dots |
outliers |
Precomputed outlying elements as returned from
|
This function is called for its side effects
outlying_elements()
for extracting outlying element
information from a HierarchicalSet object
data('twitter')
twitSet <- create_hierarchy(twitter)
plot_outlier_distribution(twitSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.