trioscale: Function for TRIOSCALE

View source: R/trioscale.R

trioscaleR 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)



lmap documentation built on April 3, 2025, 5:47 p.m.

Related to trioscale in lmap...