Usage
"getData"(x, n = NULL)
"initialize"(.Object, ..., groups, points.orig, line, points.onedim)
"plot"(x, y, steps = "all", ...)
mlp(mat, ...)
"mlp"(mat, groups, ...)
"show"(object)
Arguments
x
matrix object for the function mlp otherwise it is a Mlp object
n
data to extract from Mlp (NULL gives all)
...
additional arguments to pass on
groups
vector in same order as rows in matrix
points.orig
multidimensional points describing the original data
line
multidimensional points describing a line
points.onedim
a vector of points
y
default plot param, which should be set to NULL(default: NULL)
steps
1,2,3,4,5,6 or "all"
mat
matrix with samples on rows, PCs in columns.
Ordered PCs, with PC1 to the left.