View source: R/muxLib_plot_functions.R
plot_multiplex3D | R Documentation |
3D plot of a multiplex
plot_multiplex3D( g.list, layer.colors, as.undirected = T, layer.layout = "auto", layer.labels = "auto", layer.labels.cex = 2, edge.colors = "auto", edge.normalize = F, edge.size.scale = 1, node.colors = "auto", node.size.values = 0.5, node.size.scale = 1, node.alpha = 1, edge.alpha = 1, layer.alpha = "auto", layout = "fr", show.nodeLabels = F, show.aggregate = F, aggr.alpha = "auto", aggr.color = "#dadada", node.colors.aggr = "#dadada", layer.scale = 2, layer.shift.x = 0, layer.shift.y = 0, layer.space = 1.5, FOV = 30 ) plot.multiplex3D(g.list, layer.colors, as.undirected, layer.layout, layer.labels, layer.labels.cex, edge.colors, edge.normalize, edge.size.scale, node.colors, node.size.values, node.size.scale, node.alpha, edge.alpha, layer.alpha, layout, show.nodeLabels, show.aggregate, aggr.alpha, aggr.color, node.colors.aggr, layer.scale, layer.shift.x, layer.shift.y, layer.space, FOV)
g.list |
list of networks (representing the layers) |
layer.colors |
colors of the layers (mandatory) |
as.undirected |
default TRUE |
layer.layout |
default "auto", |
layer.labels |
default "auto", |
layer.labels.cex |
default 2, |
edge.colors |
default "auto", |
edge.normalize |
default F, |
edge.size.scale |
default 1, |
node.colors |
default "auto", |
node.size.values |
default 0.5, |
node.size.scale |
default 1, |
node.alpha |
default 1, |
edge.alpha |
default 1, |
layer.alpha |
default "auto", |
layout |
default "fr", see layout_with_fr for other options. |
show.nodeLabels |
default F, |
show.aggregate |
default F, |
aggr.alpha |
default "auto", |
aggr.color |
default to hex-color "#dadada", |
node.colors.aggr |
default to hex-color "#dadada", |
layer.scale |
default 2, |
layer.shift.x |
default 0, |
layer.shift.y |
default 0, |
layer.space |
default 1.5, |
FOV |
default 30 |
a plot
plot
: Old name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.