CRAN
timeordered 0.9.9
Time-Ordered and Time-Aggregated Network Analyses
Released Jul 4, 2018 by Benjamin Blonder
Dependencies
Approaches for incorporating time into network analysis. Methods include: construction of time-ordered networks (temporal graphs); shortest-time and shortest-path-length analyses; resource spread calculations; data resampling and rarefaction for null model construction; reduction to time-aggregated networks with variable window sizes; application of common descriptive statistics to these networks; vector clock latencies; and plotting functionalities. The package supports
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>timeordered</artifactId> <version>0.9.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:timeordered')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- applynetworkfunction-examples
- generatelatencies-examples
- generatenetworkslices-examples
- generatetimeaggregatednetwork-examples
- generatetimedeltas-examples
- generatetimelags-examples
- generatetonetwork-examples
- generatetonetworkfromvel-examples
- maxpoints-examples
- midpoints-examples
- plotnetworkslices-examples
- plottanet-examples
- plottonet-examples
- randomize_edges_helper-examples
- randomizeidentities-examples
- randomizetimes-examples
- randomly_permuted_times-examples
- rarefy-examples
- shortesthoppath-examples
- shortesttimepath-examples
- spreadanalysis-examples
- swap-examples
- transformspreadbyindividual-examples