print.multic: Use print() on a multic object

Description Usage Arguments

Description

This is a method for the function print() for objects inheriting from class multic. See print or print.default for the general behavior of this function and for the interpretation of x.

Usage

1
2
## S3 method for class 'multic'
print(x, ...)

Arguments

x

a multic object

...

additional parameters to alter the default behavior of print.multic. Currently ... only exists to pass 'R CMD check' tests.


multic documentation built on Jan. 15, 2017, 9:30 a.m.

Related to print.multic in multic...