plot {psmineR}R Documentation

Plot Methods

Description

Visualize performance spectrum.

Usage

## S3 method for class 'ps_aggregated'
plot(x, ...)

## S3 method for class 'ps_detailed'
plot(x, ...)

Arguments

x

Object of class ps_aggregated() or ps_detailed().

...

Additional variables to pass further.

Value

A ggplot2 object, which can be customised further.


[Package psmineR version 0.1.0 Index]