print.classres {mdatools} | R Documentation |
Print information about classification result object
Description
Generic print
function for classification results. Prints information about major fields
of the object.
Usage
## S3 method for class 'classres'
print(x, str = "Classification results (class classres)\nMajor fields:", ...)
Arguments
x |
classification results (object of class |
str |
User specified text (e.g. to be used for particular method, like PLS-DA, etc). |
... |
other arguments |
[Package mdatools version 0.14.1 Index]