print.analyzerPlot {analyzer}R Documentation

Method for print generic

Description

This function plots the plot generated by the library analyzer

Usage

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

Arguments

x

a plot of class analyzerPlot

...

other parameters

Value

Displays the plot

Examples

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


[Package analyzer version 1.0.1 Index]