View source: R/decoupleR-pre.R
get_toy_data | R Documentation |
mat
and network
.Generate a toy mat
and network
.
get_toy_data(n_samples = 24, seed = 42)
n_samples |
Number of samples to simulate. |
seed |
A single value, interpreted as an integer, or NULL for random number generation. |
List containing mat
and network
.
data <- get_toy_data()
mat <- data$mat
network <- data$network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.