print.msarc: Display an 'msarc' Object

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/msarc.R

Description

These functions display an msarc object in a readable form.

Usage

1
2
3
4
## S3 method for class 'msarc'
print(x, ...)
## S3 method for class 'msarc'
summary(object, ...)

Arguments

x

an msarc object

object

an msarc object

...

other parameters to print or summary

Details

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

Value

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

Author(s)

Gord Brown

See Also

See also print and summary.

Examples

1
2
3
data('sample_complete',package="msarc")
print(sample_complete)
summary(sample_complete)

msarc documentation built on May 30, 2017, 12:53 a.m.