# NOT RUN {
dat <- scale_sd(penguins[, 1:4])
clas <- penguins$species
## 2D case:
bas <- basis_pca(dat)
mv <- manip_var_of(bas)
mt_path <- manual_tour(bas, mv)
ggt <- ggtour(mt_path, dat) +
proto_default(aes_args = list(color = clas, shape = clas))
# }
# NOT RUN {
animate_plotly(ggt)
# }
# NOT RUN {
## 1D case:
gt_path <- save_history(dat, grand_tour(d = 1), max_bases = 3)
ggt <- ggtour(gt_path, dat) +
proto_default1d(aes_args = list(fill = clas, color = clas))
# }
# NOT RUN {
animate_plotly(ggt)
# }
Run the code above in your browser using DataLab