Learn R Programming

REPPlabShiny (version 0.4.2)

print.epplabshiny: Prints the 'REPPlabShiny' Results

Description

Prints some information about objects of class epplabshiny, typically the result of a call to REPPlabShiny. Printed is only a table with the names, indices and algorithms used for calculated EPPlab object, not the whole content of the object.

Usage

# S3 method for epplabshiny
print(x, ...)

Arguments

x

an object of class epplabshiny.

...

further arguments passed to or from other methods.

See Also

REPPlabShiny

Examples

Run this code
if(interactive()){
 data(ReliabilityData)
 Repplablistshiny <- REPPlabShiny(ReliabilityData)
 print(Repplablistshiny)
 }

Run the code above in your browser using DataLab