plotNN | R Documentation |
plotNN
uses the parameter uni
to launch the plot()
function either
for a univariate dataset (x, y_pred) or for a multivariate dataset (y, y_pred).
lipoNN
uses the parameter uni
to launch either lines()
for an
univariate dataset or points()
for a multivariate dataset.
See the examples in prepareZZ
.
plotNN(xory, y0, uni, TF = TRUE, ...)
lipoNN(xory, y_pred, uni, TF = TRUE, ...)
xory |
vector of numeric. The original x values for an univariate dataset or the original y values for a multivariate dataset. |
y0 |
vector of numeric. The original y values. |
uni |
logicial. TRUE for an univariate dataset. FALSE for a multivariate dataset.
|
TF |
logical. TRUE executes the instruction. FALSE ignores the instruction.
Equivalent to |
... |
parameters passed to |
y_pred |
vector of numeric. The values returned by the |
NULL in the console. An initial plot or some added lines/points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.