make_CT_sankeystyle: Transforms correspondence table into a format suitable for...

Description Usage Arguments

View source: R/plot.R

Description

Transforms correspondence table into a format suitable for plotly sankey plot

Usage

1
make_CT_sankeystyle(x, source = 1, target = 2, value = 3)

Arguments

x

a correspondence table in long format (data.table)

source

location (numeric) or name (character) of column of source classification

target

location (numeric) or name (character) of column of target classification

value

location (numeric) or name (character) of value column


simschul/mapR documentation built on Dec. 24, 2021, 1:18 a.m.