Learn R Programming

tourrGui (version 0.2)

gui_image: Image Tour GUI...

Description

Image Tour GUI Displays an Image Tour GUI

Usage

gui_image(data = ozone, ...)

Arguments

data
a 3d array, the first two dimensions are locations on a grid, and the 3rd dimension gives the observations to be mixed with the tour.defaults to ozone dataset
...
other arguments passed on to animate and display_xy

Details

This GUI allows users to control an image tour plot by simply moving and clicking their mouses. Tour Type radio buttons contains four different tour types. They are the Grand Tour, Little Tour, Local Tour and Guided Tour. We can choose one type a time. For the Guided Tour, we need to choose an index from the droplist to specify which particular search type is desired. default index would be holes. Speed slider can control the speed of the 1D tour. Simply dragging the mouse along the slider, changes the speed from slow to fast. Pause check box allow users to pause the dynamic 1D tour and have a close examination on the details. Apply button allows users to update the 1D tour, when it doesn't automatically update. Quit button allows users to close thie GUI window. Help button provides information about the tour and also what this GUI can do. will pop up when the mouse is moved over the GUI, which give hints about the functionality of the different GUI elements.

Examples

Run this code
gui_image(ozone)

Run the code above in your browser using DataLab