Skip to contents

Plot degree distribution

Usage

plot_degree_distribution(
  links,
  cluster = NULL,
  mode = "all",
  log_scale = TRUE,
  title = NULL
)

Arguments

Links object

cluster

Specific cluster (NULL for all)

mode

Degree mode: "all", "in", "out"

log_scale

Use log scale

title

Plot title

Value

ggplot object