spatial_sociogram: Plot Spatial Sociogram

View source: R/SpatialSociogram.R

spatial_sociogramR Documentation

Plot Spatial Sociogram

Description

This function creates a sociogram where the relative position of the nodes with respect to each other are preserved

Usage

spatial_sociogram(graph, v_color = "gray", v_lab_color = "black",
  e_width = 2)

Arguments

graph

igraph object with V(g)$X and V(g)$Y having the X and Y co-ordinates of each node

v_color

color of the vertices. Default=gray

v_lab_color

color of the vertex labels. Default=black

e_width

edge widths. Default=2


diptosarkar/SpatNet documentation built on April 19, 2022, 9:15 a.m.