Learn R Programming

MachineLearning (version 0.1.4)

print.MLA: Print an MLA Object

Description

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

Usage

# S3 method for 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.