igraph_utils: Utility functions to manipulate igraph objects.

Description Usage Arguments

Description

Utility functions to manipulate igraph objects.

Normalize coordinates of igraph object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
igraph_add_coordinates(x, layout = c("kamada.kawai", "fruchterman.reingold",
  "kamada.kawai", "spring", "lgl", "graphopt"), dim = 3)

igraph_normalize_coordinates(x, width, height, margin)

rescale(x, min, max)

igraph_add_communities(x, method = "fastgreedy", weights = FALSE)

selectCommunity(x, no)

as.dgr_graph(x)

as.plotly(x)

as.networkD3(x)

## S3 method for class 'svg'
plot(x, ...)

Arguments

x

igraph object

layout

choose from list

dim

no of dimensions

width

new width

height

new height

margin

margin

min

min

max

max

method

method for coordinate calculation

weights

use weights for community detection

no

number of community

...

Further arguments.


PolMine/polmineR.graph documentation built on April 27, 2020, 3:24 a.m.