Learn R Programming

maigesPack (version 1.36.0)

print: Method to print a nice visualisation of the objects defined in this package

Description

Generic function print to display a nice (and simple) visualisation of the objects define in this package.

Usage

"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)

Arguments

x
an object of any class defined in this package
...
further arguments passed to or from other methods

See Also

print in the base package.

Examples

Run this code
## Loading the dataset
data(gastro)

print(gastro)
print(gastro.raw)
print(gastro.norm)
print(gastro.summ)

Run the code above in your browser using DataLab