Coming soon to CRAN. In the meanwhile you can install it
directly from github using the devtools
package:
install.packages("devtools")
library(devtools)
install_github("kolaczyk/sand/sand")
- Introduction
- Manipulating Network Data
- Visualizing Network Data
- Descriptive Analysis of Network Graph Characteristics
- Mathematical Models for Network Graphs
- Statistical Models for Network Graphs
- Network Topology Inference
- Modeling and Prediction for Processes on Network Graphs
- Analysis of Network Flow Data
- Dynamic Networks
You can also run the code from within R, using the sand
package,
see ?sand
for the details.
You can leave a comment, or ask a question in our issue tracker.