CRAN
multiplex 2.9
Algebraic Tools for the Analysis of Multiple Social Networks
Released Sep 21, 2018 by Antonio Rivero Ostoic
Algebraic procedures for the analysis of multiple social networks are delivered with this package. Among other things, it makes possible to create and manipulate multivariate network data with different formats, and there are effective ways available to treat multiple networks with routines that combine algebraic systems like the partially ordered semigroup or the semiring structure together with the relational bundles occurring in different types of multivariate network data sets. It also provides an algebraic approach for two-mode networks through Galois derivations between families of the pairs of subsets in the two domains.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>multiplex</artifactId> <version>2.9-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:multiplex')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- as.semigroup-examples
- as.signed-examples
- as.strings-examples
- bundle.census-examples
- bundles-examples
- cngr-examples
- comps-examples
- cph-examples
- diagram-examples
- diagram.levels-examples
- dichot-examples
- edgeT-examples
- expos-examples
- fact-examples
- fltr-examples
- galois-examples
- hierar-examples
- isom-examples
- ltlw-examples
- mnplx-examples
- multiplex-package-examples
- neighb-examples
- partial.order-examples
- perm-examples
- prev-examples
- rbox-examples
- reduc-examples
- rel.sys-examples
- rm.isol-examples
- semigroup-examples
- semiring-examples
- signed-examples
- strings-examples
- summaryBundles-examples
- transf-examples
- wordT-examples
- zbind-examples