plot {gnn} | R Documentation |
Functions for Plotting
Description
Functions for plotting.
Usage
## S3 method for class 'gnn_GNN'
plot(x, kind = c("scatter", "loss"), max.n.samples = NULL,
type = NULL, xlab = NULL, ylab = NULL,
y2lab = NULL, labels = "X", pair = NULL, ...)
Arguments
x |
trained object of class |
kind |
|
max.n.samples |
maximal number of samples to be plotted. |
type |
line type; see |
xlab |
x-axis label; see |
ylab |
y-axis label; see |
y2lab |
secondary y-axis label. |
labels |
|
pair |
|
... |
additional arguments passed to the underlying
|
Value
Plot by side-effect.
Author(s)
Marius Hofert
See Also
fitGNN()
.
[Package gnn version 0.0-4 Index]