Skip to contents

The function converts the output of IllustrationGenData() into a data frame.

Usage

IllustrationPrepData(sim)

Arguments

sim

R object. Output of the IllustrationGenData() function.

Examples

if (FALSE) { # \dontrun{
sim <- IllustrationGenData(seed = 42)
data <- IllustrationPrepData(sim)
head(data)
dim(data)
} # }