Learn R Programming

msarc (version 1.3.2)

print.msarc: Display an msarc Object

Description

These functions display an msarc object in a readable form.

Usage

## S3 method for class 'msarc':
print(x, \dots)
## S3 method for class 'msarc':
summary(object, \dots)

Arguments

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

Value

  • print.msarc 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