hypervolume_save_animated_gif: Saves animated GIF of three-dimensional hypervolume plot.
Description
Assumes there is an open RGL plot (e.g. from calling plot(hv, show.3d=TRUE)). Rotates the plot around an axis at a given speed and saves results as a series of GIFs. If the magick package is available, combines these GIFs into a single animation.
# NOT RUN {# not run for speed - uncomment to try!#data(iris)# hv = hypervolume_gaussian(iris[,1:3])# plot(hv, show.3d=TRUE)# hypervolume_save_animated_gif()# }