print.analyzerPlot: Method for print generic

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'
print(x, ...)

Arguments

x

a plot of class analyzerPlot

...

other parameters

Value

Displays the plot

Examples

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

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