Learn R Programming

tourr (version 0.5.1)

display_ggobi: Display tour path with ggobi

Description

Use ggobi to display a 2D tour.

Usage

display_ggobi()

animate_ggobi(data, tour_path = grand_tour(), ...)

Arguments

...
other arguments passed on to animate
data
matrix, or data frame containing numeric columns
tour_path
tour path generator, defaults to 2d grand tour

Examples

Run this code
animate_ggobi(flea[, 1:6])
# Spelling things out explicitly
animate(flea[, 1:6], grand_tour(), display_ggobi())

Run the code above in your browser using DataLab