powered by
Function for TRIOSCALE
trioscale(y, X)
This function returns an object of class trioscale
data
Output object from ts.mlr
result from P2Q
X matrix with coordinates
X as a data frame
A response formula with 3 classes
A predictor matrix
if (FALSE) { data(diabetes) output = trioscale(y = diabetes$y, X = diabetes$X) plot(output) }
Run the code above in your browser using DataLab