|
a |
|
b/man/multiplex-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{multiplex-class} |
|
|
5 |
\alias{multiplex-class} |
|
|
6 |
\alias{multiplex} |
|
|
7 |
\title{Multiplex class} |
|
|
8 |
\description{ |
|
|
9 |
Multiplex object stores a list of networks, a list of features and |
|
|
10 |
a list of logicals indicating if the network is directed or weighted. |
|
|
11 |
} |
|
|
12 |
\section{Slots}{ |
|
|
13 |
|
|
|
14 |
\describe{ |
|
|
15 |
\item{\code{networks}}{(list) - List of networks.} |
|
|
16 |
|
|
|
17 |
\item{\code{features}}{(vector) - Vector of features.} |
|
|
18 |
|
|
|
19 |
\item{\code{directed}}{(list) - List of logical indicating if networks are directed.} |
|
|
20 |
|
|
|
21 |
\item{\code{weighted}}{(list) - List of logical indicating if networks are weighted.} |
|
|
22 |
}} |
|
|
23 |
|