This R package, DynamicNet, is based on the construction method of high-dimensional temporal data dynamic network in the paper Dynamic Network Reconstruction and R Package Development.
To install DynamicNet, download the package file and type the appropriate command below or click the menu item "Install packages from local zip/tar.gz files".
>install.packages("C:/yourpath/DynamicNet.zip", repos=NULL)
Enter the following command in R to install the software online:
> require("devtools")
> devtools::install_github("https://github.com/ZhenyuYang1996/DynamicNet")
See Instructions.pdf for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.