Learn R Programming

multic (version 0.4.2)

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

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

## 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.