bdm.wtt: Watertrack transform (WTT)

Description Usage Arguments Details Value Examples

View source: R/bdm_main.R

Description

Starts the WTT algorithm (third setp of the mapping protocol).

Usage

1
bdm.wtt(bdm, layer = 1)

Arguments

bdm

A bdm instance as generated by bdm.init().

layer

The number of the t-SNE layer (1 by default).

Details

This function requires the up-stream step bdm.pakde().

Value

A copy of the input bdm instance with bdm$wtt (WTT output). bdm$wtt[[layer]]$layer = 'NC' stands for not computed layers.

Examples

1
2
3
4
5
6
# --- load mapped dataset
bdm.example()
# --- perform WTT
exMap <- bdm.wtt(exMap)
# --- plot WTT output
bdm.wtt.plot(exMap)

bigMap documentation built on July 8, 2020, 6:41 p.m.