plot_projection {ferrn} | R Documentation |
Plot the projection from the optimisation data collected from projection pursuit
Description
Plot the projection from the optimisation data collected from projection pursuit
Usage
plot_projection(dt, data, cols = NULL)
compute_projection(dt, data, cols = NULL)
Arguments
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 |
Value
a ggplot object
Examples
holes_1d_jellyfish |> get_best() |> plot_projection(data = boa5)
[Package ferrn version 0.1.0 Index]