Index of /web/packages/graphon/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-05-07 20:30 5.2K 

README

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("kyoustat/graphon")