plot.analyzerPlot: Plots a plot of class 'analyzerPlot'

Description Usage Arguments Value Examples

View source: R/methods.R

Description

This function plots the plot generated by the library analyzer

Usage

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

Arguments

x

a plot of class analyzerPlot

...

extra arguments if required

Value

Displays the plot

Examples

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

analyzer documentation built on July 1, 2020, 10:02 p.m.