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

Download this file

24 lines (18 with data), 665 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hummus_objet.R
\docType{class}
\name{multiplex-class}
\alias{multiplex-class}
\alias{multiplex}
\title{Multiplex class}
\description{
Multiplex object stores a list of networks, a list of features and
a list of logicals indicating if the network is directed or weighted.
}
\section{Slots}{
\describe{
\item{\code{networks}}{(list) - List of networks.}
\item{\code{features}}{(vector) - Vector of features.}
\item{\code{directed}}{(list) - List of logical indicating if networks are directed.}
\item{\code{weighted}}{(list) - List of logical indicating if networks are weighted.}
}}