plot_projection | R Documentation |
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 |
data |
the original data |
cols |
additional columns to include in the plot |
a ggplot object
holes_1d_jellyfish |> get_best() |> plot_projection(data = boa5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.