prepare_network_vertices: Prepare the network vertices

Description Usage Arguments Value Examples

View source: R/prepare_network_vertices.R

Description

Find the frequency of each state in the clickstream data. Output dataframe of network vertices and labels.

Usage

1

Arguments

data

Clickstream data

vertex_labels

A dataframe of labelled states (state, vertex_label)

Value

Network vertices data

Examples

1
2
cls <- readClickstreams(file)
prepare_network_vertices(cls, vertex_labels)

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