Learn R Programming

netClust (version 1.0.2)

netData: Dataset: netData

Description

Network data with 20 nodes and 2 layers

Usage

data("netData")

Arguments

Format

The format is: num [1:20, 1:20, 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
data(netData)
## maybe str(netData) ; plot(netData) ...

Run the code above in your browser using DataLab