print.epplabshiny {REPPlabShiny}R Documentation

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

Arguments

x

an object of class epplabshiny.

...

further arguments passed to or from other methods.

See Also

REPPlabShiny

Examples

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

[Package REPPlabShiny version 0.4.2 Index]