outlierplot: Plotting output of gbod algorithms

Description Usage Arguments Examples

View source: R/gbod.R

Description

Plotting output of gbod algorithms

Usage

1

Arguments

df

dataframe with outlier labels

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (df) 
{
    ggplot(df, aes(x = df$norm_ertrag, y = df$norm_durchsatz, 
        color = df$label)) + geom_point()
  }

p-jayanna/gbod documentation built on May 5, 2019, 9:02 p.m.