powered by
Plot the grand tour animation of the bases space in high dimension
explore_space_tour(..., axes = "bottomleft")prep_space_tour( dt, group = NULL, flip = FALSE, n_random = 2000, color = NULL, rand_size = 1, rand_color = "#D3D3D3", point_size = 1.5, end_size = 5, theo_size = 3, theo_shape = 17, theo_color = "black", palette = botanical_palettes$fern, ... )
prep_space_tour( dt, group = NULL, flip = FALSE, n_random = 2000, color = NULL, rand_size = 1, rand_color = "#D3D3D3", point_size = 1.5, end_size = 5, theo_size = 3, theo_shape = 17, theo_color = "black", palette = botanical_palettes$fern, ... )
explore_space_tour()
an animation of the search path in the high-dimensional sphere
prep_space_tour()
a list containing various components needed for producing the animation
other argument passed to tourr::animate_xy() and prep_space_tour()
tourr::animate_xy()
see [tourr::animate_xy()]
a data object collected by the projection pursuit guided tour optimisation in tourr
tourr
the variable to label different runs of the optimiser(s)
logical; if the sign flipping need to be performed
numeric; the number of random basis to generate
the variable to be coloured by
numeric; the size of random points
character; the color hex code for random points
numeric; the size of points searched by the optimiser(s)
numeric; the size of end points
numeric; the size of theoretical point(s)
numeric; the shape symbol in the basic plot
character; the color of theoretical point(s)
the colour palette to be used
Other main plot functions: explore_space_start(), explore_trace_interp(), explore_trace_search()
explore_space_start()
explore_trace_interp()
explore_trace_search()
if (FALSE){ explore_space_tour(dplyr::bind_rows(holes_1d_better, holes_1d_geo), group = method, palette = botanical_palettes$fern[c(1, 6)] ) }
Run the code above in your browser using DataLab