https://github.com/kisungyou/t4network
Tools for Network Analysis
https://github.com/kisungyou/t4network
Last synced: 3 months ago
JSON representation
Tools for Network Analysis
- Host: GitHub
- URL: https://github.com/kisungyou/t4network
- Owner: kisungyou
- License: other
- Created: 2021-06-26T02:51:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T21:55:08.000Z (over 3 years ago)
- Last Synced: 2025-01-13T06:10:02.169Z (5 months ago)
- Language: R
- Size: 3.38 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# Tools for Network Analysis
[](https://travis-ci.com/kisungyou/T4network)
**T4network** is an **R** package for network analysis. It is not aimed at replacing well-established software. Rather, it focuses on
delivering a number of algorithms that are mostly not available from those.## Installation
You can install the released version of T4network from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("T4network")
```And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("kisungyou/T4network")
```