plot_transition_heatmap: Plot transition heatmap

Description Usage Arguments Value Examples

View source: R/plot_transition_matrix.R

Description

Builds an interactive heatmap of the first order Markov chain transition matrix.

Usage

1

Arguments

data

Clickstream data

Value

Heatmap of the transition matrix

Examples

1
2
cls <- readClickstreams(file)
plot_transition_heatmap(cls)

ryanjessop/ClickViz documentation built on Dec. 31, 2020, 3:14 a.m.