print.MLA.RdThis function prints an MLA object. It is a method for the generic function print.
# S3 method for MLA print(x, first = 100, digits = getOption("digits"), ...)
| x | object of class "MLA" |
|---|---|
| first | When the print command shows a set of rules limits the number of rules. |
| digits | minimal number of significant digits. |
| ... | further arguments passed to or from other methods. |