plot {MLSeq}R Documentation

Plot accuracy results from 'MLSeq' object

Description

This generic function is used to plot accuracy results from 'MLSeq' object returned by classify function.

Usage

## S3 method for class 'MLSeq'
plot(x, y, ...)

## S4 method for signature 'MLSeq,ANY'
plot(x, y, ...)

Arguments

x

an MLSeq object returned from classify function.

y

this parameter is not used. Deprecated.

...

further arguements. Deprecated.

Author(s)

Dincer Goksuluk, Gokmen Zararsiz, Selcuk Korkmaz, Vahap Eldem, Ahmet Ozturk and Ahmet Ergun Karaagaoglu


[Package MLSeq version 2.2.1 Index]