print.MLA: Print an MLA Object

Description Usage Arguments

View source: R/MLA.class-functions.R

Description

This function prints an MLA object. It is a method for the generic function print.

Usage

1
2
## S3 method for class 'MLA'
print(x, first = 100, digits = getOption("digits"), ...)

Arguments

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.


MachineLearning documentation built on March 13, 2020, 2:54 a.m.