TraMineRInternal {TraMineR}R Documentation

Access to TraMineR internal functions

Description

Functions allowing other packages to access some TraMineR internal functions. Corresponding functions are respectively TraMineR.setlayout, TraMineR.Legend, DTNInit, seqeage, seqgbar, DTNsplit, and tmrWeightedInertiaDist. For experts only.

Usage


TraMineRInternalLayout(...)
TraMineRInternalLegend(...)
TraMineRInternalNodeInit(...)
TraMineRInternalSeqeage(...)
TraMineRInternalSeqgbar(...)
TraMineRInternalSplitInit(...)
TraMineRInternalWeightedInertiaDist(diss, diss.size, is.dist, individuals, sweights, var)

Arguments

...

Arguments passed to or from other methods.

diss

See tmrWeightedInertiaDist().

diss.size

See tmrWeightedInertiaDist().

is.dist

See tmrWeightedInertiaDist().

individuals

See tmrWeightedInertiaDist().

sweights

See tmrWeightedInertiaDist().

var

See tmrWeightedInertiaDist().


[Package TraMineR version 2.2-9 Index]