Learn R Programming

hierarchicalSets (version 1.0.4)

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, outliers = NULL)

Value

This function is called for its side effects

Arguments

x

A HierarchicalSet object

alpha

The transparancy of the dots

outliers

Precomputed outlying elements as returned from outlying_elements()

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