graph_site_structure: Graph structure of site based on visitor actions.

Description Usage Arguments

Description

Graph structure of site based on visitor actions.

Usage

1
2
graph_site_structure(actions, base_url, n = 10,
  layout = layout_with_graphopt)

Arguments

actions

Table of actions.

base_url

A string like "host.com" with no trailing slash.

n

The top 'n' most-visited pages will be included in the graph.

layout

igraph layout function used to arrange vertices.


amarder/piwikr documentation built on May 12, 2019, 2:34 a.m.