roctopus 0.0.4

2018-12-20

Package

Analysis

Visualization

  • Added plot_multilevel() that rotates a force-directed igraph plot in three dimensions to reveal multilevel structure
  • Added plot_globalnet() to map a multilevel network on to a javascript, rotatable global

roctopus 0.0.3

2018-08-25

Analysis

  • Added twomode_smallworld() to calculate observed/expected clustering, observed/expected path-length, and the observed/expected clustering ratio
  • Added twomode_2x2() to identify dominance and coherence values for networks over time
  • Updated twomode_coherence() to allow for introduction of second-mode attributes
  • Renamed twomode_fragmentation() to twomode_components()

Visualisation

  • Added plot_2x2() to plot values through a two-by-two matrix

roctopus 0.0.2

2018-08-14

Package

  • Renamed package to roctopus
  • Added two-mode @family tag to documentation

Analysis

  • Added twomode_fragmentation() to calculate number of components in two-mode networks and identify their membership
  • Added twomode_dominance() to allow an nodal attribute to be passed to the function to weight the centralization measure
  • Added twomode_coherence() to calculate Jaccard similarity

Visualisation

roctopus 0.0.1

2018-07-30

Package

  • Initialised package
  • Added README.md file with instructions on how to install package
  • Added LICENSE file and pointed to bug/issue tracker
  • Added a NEWS.md file to track changes to the package

Analysis