Skip to contents

Plot a diagnostic atlas

Usage

plot_diagnostic_atlas(
  space = c("cylindrical", "toroidal"),
  n = 600,
  seed = 20260609
)

Arguments

space

Either "cylindrical" or "toroidal".

n

Number of observations per scenario.

seed

Optional random seed.

Value

A ggplot object.

Examples

plot_diagnostic_atlas("toroidal", n = 20, seed = 1)