graphon : A Collection of Graphon Estimation Methods

CRAN_Status_Badge Travis build status

graphon package provides a not-so-comprehensive list of methods for estimating graphon, a symmetric measurable function, from a single or multiple of observed networks.

Installation

You can install the released version from CRAN with:

install.packages("graphon")

or the development version from github:

## install.packages("devtools")
devtools::install_github("kisungyou/graphon")