trioscale {lmap}R Documentation

Function for TRIOSCALE

Description

Function for TRIOSCALE

Usage

trioscale(y, X)

Arguments

y

A response formula with 3 classes

X

A predictor matrix

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

Examples

## Not run: 
data(diabetes)
output = trioscale(y = diabetes$y, X = diabetes$X)
plot(output)

## End(Not run)



[Package lmap version 0.2.4 Index]