analyzer (version 1.0.1)

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

Description

This function plots the plot generated by the library analyzer

Usage

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

Arguments

x

a plot of class analyzerPlot

...

extra arguments if required

Value

Displays the plot

Examples

Run this code
# NOT RUN {
# creating the plot
p <- plottr(mtcars)
plot(p$mpg)

# }

Run the code above in your browser using DataCamp Workspace