Plot the projection from the optimisation data collected from projection pursuit
plot_projection(dt, data, cols = NULL) compute_projection(dt, data, cols = NULL)
dt
: a data object collected by the projection pursuit guided tour optimisation in tourr
data
: the original datacols
: additional columns to include in the plota ggplot object
holes_1d_jellyfish |> get_best() |> plot_projection(data = boa5)
Useful links