[9987e3]: / man / multilayer-class.Rd

Download this file

25 lines (20 with data), 725 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hummus_objet.R
\docType{class}
\name{multilayer-class}
\alias{multilayer-class}
\alias{multilayer}
\title{Multilayer class}
\description{
Multilayer object stores a list of bipartite networks and a
list of multiplex networks. It can also stores a config list to create a
yaml file, which is used to parametrize the random walk with restart to
explore the multilayer.
}
\section{Slots}{
\describe{
\item{\code{bipartites}}{(list) - List of bipartite networks}
\item{\code{multiplex}}{(list) - List of multiplex networks}
\item{\code{config}}{(list) - List of parameters to parametrize the random walk with
restart to explore the multilayer}
}}