plot.oracle {opera} | R Documentation |
Plot an aggregation procedure
Description
oracle plot
. It has one optional arguments.
Usage
## S3 method for class 'oracle'
plot(x, sort = TRUE, col = NULL, dynamic = TRUE, ...)
Arguments
x |
An object of class |
sort |
if set to TRUE (default), it sorts the experts by performance before the plots. |
col |
colors |
dynamic |
If TRUE, graphs are generated with |
... |
additional arguments to function plot. |
[Package opera version 1.2.0 Index]