Learn R Programming

netClust (version 1.0.1)

netData: Dataset: netData

Description

Network data with 10 nodes and 2 layers

Usage

data("netData")

Arguments

Format

The format is: num [1:10, 1:10, 1:2, 1:2] 0 0 0 0 0 0 0 0 0 0 ...

Details

Dataset demonstrating multilayer network

References

Sarkar, S. (2019) On the use of transformations for modeling multidimensional heterogeneous data, The University of Alabama Libraries Digital Collections

Examples

Run this code
# NOT RUN {
data(netData)
## maybe str(netData) ; plot(netData) ...
# }

Run the code above in your browser using DataLab