Questions tagged [muxviz]

4 questions
1
vote
0 answers

Stacked multi-layer network R, how to define tensor?

I'm trying to fit a multiplex network similar to the example below using a package called "muxviz". Everything is going well, but I don't understand what the line LayerTensor <- diagR(c(1,1), 3, 1) + diagR(c(1,1), 3, -1) does, and how that applies…
Dasr
  • 777
  • 6
  • 16
0
votes
0 answers

Interdependent Network visualisation

I've come across some questions when using muxViz (the package developed by Manlio De Domenico with R and GNU Octave -- thanks for developing this!). I was trying to create and visualise an interdependent network graph, but when I imported the…
Mel Zhang
  • 3
  • 3
0
votes
0 answers

Attempting to use source() in r, but gives grep error

I am attempting to use Muxviz, and I believe that I installed all of the required dependencies (octave, R, g++, gfortan, and GDAL), but I'm getting an error when I try to use "source('muxVizGUI.R')". I says Error in if (grep("3.2",…
Niklas Braun
  • 393
  • 3
  • 16
0
votes
1 answer

How to install muxviz with R?

I installed any SYSTEM REQUIREMENTS for install muxviz (octave,R,GDAL). But when I write source('muxVizGUI.R') in R environment, this error is showed for me: Error in file(filename, "r", encoding = encoding) : cannot open the connection In…