ego.plot: Ego plots

Description Usage Arguments Examples

View source: R/ggplotting.R

Description

Plots of the connections and movements from a single node

Usage

1
2
3
4
ego.plot(segments, mxa.b, id = 1, lay = layout.matrix(segments),
  edge.size = 0.8, border.padding = 1, title.line = TRUE,
  vertex.size = "totals", small.cell.reduction = 5,
  edge.weight = "discrete", color.scheme = "RdPu", ...)

Arguments

vertex.size

if "totals" the size of the vertices is derived from the totals in mxa.b. If any other value it is the row.value for id.

small.cell.reduction

vertices with movements below this cutpoint are given a different shape.

Examples

1
2
data(occupations)
ego.plot(mob.seg, mob.mat, id = 2)

antongrau/MONECA documentation built on Sept. 17, 2019, 5:52 a.m.