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