lrscroll {rdataviewer}R Documentation

Navigate within a data set view

Description

These functions modify the view of a data set by allowing different sorts of navigation. Horizontal navigation is always in terms of whole columns. Vertical navigation is in terms of either rows or pages.

Usage

lrscroll(v, side = "right", n = 1)
lrhome(v)
lrend(v)
udscroll(v, side = "top", page = FALSE, n = 1)
udhome(v)
udend(v)

Arguments

v An object of class "Viewer".
side Which direction to navigate in (left, right, up, or down).
page Logical indicating whether vertical navigation is a multiple of a number of rows or a number of pages.
n How many rows or columns to navigate.

Value

The modified "Viewer" object (representing the new view of the data).

Author(s)

Paul Murrell

See Also

ViewerSimple-class


[Package rdataviewer version 0.1 Index]