gg_featurespace: Produces a ggplot object of two dimensional feature space.

Description Usage Arguments Value See Also Examples

View source: R/get_pc_space.R

Description

Create a ggplot object of two dimensional feature space using the first two pricipal component returned by get_pc_space.

Usage

1

Arguments

object

Object of class “pcoddstream”.

...

Other plotting parameters to affect the plot.

Value

A ggplot object of two dimensional feature space.

See Also

find_odd_streams, extract_tsfeatures, get_pc_space, set_outlier_threshold

Examples

1
2
3
4
features <- extract_tsfeatures(anomalous_stream[1:100, 1:100])
pc <- get_pc_space(features)
p <- gg_featurespace(pc)
p + ggplot2::geom_density_2d()

pridiltal/oddstream documentation built on April 3, 2020, 11:48 a.m.