Description Usage Arguments Value Examples
View source: R/create_transition_network.R
A quick plot of the first order Markov chain transition matrix.
1 | create_transition_network(data, vertex_labels)
|
data |
Clickstream data |
vertex_labels |
A dataframe of labelled states (state, vertex_label) |
Network visualisation of the transition matrix
1 2 | cls <- readClickstreams(file)
create_transition_network(cls, vertex_labels)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.