Skip to contents

Plot a classical unfolded comparison

Usage

plot_classical_comparison(data, space = c("cylindrical", "toroidal"))

Arguments

data

Data frame containing theta and either x or phi.

space

Either "cylindrical" or "toroidal".

Value

A ggplot object.

Examples

dat <- simulate_cyl_diagnostic(n = 40, scenario = "smooth", seed = 1)
plot_classical_comparison(dat, "cylindrical")