plot {gnn} | R Documentation |
Functions for plotting.
## 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, ...)
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
|
Plot by side-effect.
Marius Hofert
fitGNN()
.