An open API service indexing awesome lists of open source software.

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

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

[![Travis build status](https://travis-ci.com/kisungyou/T4network.svg?branch=master)](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")
```