Learn R Programming

hierarchicalSets (version 1.0.2)

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

Examples

Run this code
data('twitter')

twitSet <- create_hierarchy(twitter)
plot_outlier_distribution(twitSet)

Run the code above in your browser using DataLab