Learn R Programming

lmap (version 0.2.4)

trioscale: Function for TRIOSCALE

Description

Function for TRIOSCALE

Usage

trioscale(y, X)

Value

This function returns an object of class trioscale

data

data

mlr

Output object from ts.mlr

Q

result from P2Q

X

X matrix with coordinates

Xdf

X as a data frame

Arguments

y

A response formula with 3 classes

X

A predictor matrix

Examples

Run this code
if (FALSE) {
data(diabetes)
output = trioscale(y = diabetes$y, X = diabetes$X)
plot(output)
}


Run the code above in your browser using DataLab