Description Usage Arguments Value Examples
View source: R/prepare_network_vertices.R
Find the frequency of each state in the clickstream data. Output dataframe of network vertices and labels.
1 | prepare_network_vertices(data, vertex_labels)
|
data |
Clickstream data |
vertex_labels |
A dataframe of labelled states (state, vertex_label) |
Network vertices data
1 2 | cls <- readClickstreams(file)
prepare_network_vertices(cls, vertex_labels)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.