hn_plot: Plot an igraph object

View source: R/PlotNetworks.R

hn_plotR Documentation

Plot an igraph object

Description

Plot an igraph object

Usage

hn_plot(
  gadj,
  layout = layout_with_kk,
  width.scale = 2,
  colorbar = FALSE,
  colorbarx,
  colorbary,
  ...
)

Arguments

gadj

igraph object

layout

layout function

width.scale

scale factor for edges

colorbar

logical, should a legend providing a scale for the edges be displayed?

colorbarx

coordinates for legend

colorbary

coordinates for legend

...

passed to plot.igraph

Value

plots the network


amcdavid/HurdleNormal documentation built on May 14, 2022, 11:12 p.m.