Skip to contents

This page is under development. Stay tuned.

This is an introduction to the surveygraph package, a lightweight package that produces network representations of sociological data. We assume that the source data is tabular, as one finds in a survey, for instance.

We assume

We’ll start by loading surveygraph:

Similarity measure

Another heading

Yet another heading

Agent layer projection

Symbolic layer projection

df <- data.frame(item1 = c(1, 2, 3), item2 = c(4, 5, 7))
df
#>   item1 item2
#> 1     1     4
#> 2     2     5
#> 3     3     7