Skip to contents

This generic is used to present an rtemis object by printing to console and drawing plots.

Usage

present(x, ...)

Arguments

x

Supervised or SupervisedRes object or list of such objects.

...

Additional arguments passed to the plotting function.

Value

A plotly object.

Author

EDG

Examples

if (FALSE) { # interactive()
ir <- set_outcome(iris, "Sepal.Length")
seplen_lightrf <- train(ir, algorithm = "lightrf")
present(seplen_lightrf)
}