plot.glinet: Plot glinet network

Description Usage Arguments

View source: R/glinet_utils.R

Description

This function plots the glinet network.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'glinet'
plot(
  x,
  y = 0,
  col_edge = "black",
  col_vert = "red",
  size_vert = double(),
  size_factor = 2
)

Arguments

x

glinet object to plotted

col_edge

Color of edges

col_vert

Color of vertices

size_vert

Size of vertices.

size_factor

If size_vert not set, the size of vertices is determined by their weights and multiplied by size_factor. The default is 2.


vojta-bartak/glinet documentation built on Nov. 29, 2021, 6:21 p.m.