plot.analyzerPlot {analyzer}R Documentation

Plots a plot of class 'analyzerPlot'

Description

This function plots the plot generated by the library analyzer

Usage

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

Arguments

x

a plot of class analyzerPlot

...

extra arguments if required

Value

Displays the plot

Examples

# creating the plot
p <- plottr(mtcars)
plot(p$mpg)


[Package analyzer version 1.0.1 Index]