Learn R Programming

msarc (version 1.4.5)

print.msarc: Display an msarc Object

Description

These functions display an msarc object in a readable form.

Usage

"print"(x, ...) "summary"(object, ...)

Arguments

x
an msarc object
object
an msarc object
...
other parameters to print or summary

Value

invisibly returns a string representation of the object. summary.msarc returns nothing.

Details

Invoked automatically by print or summary when applied to an msarc object. summary provides more details.

See Also

See also print and summary.

Examples

Run this code
data('sample_complete',package="msarc")
print(sample_complete)
summary(sample_complete)

Run the code above in your browser using DataLab