drawable.list {Rgb} | R Documentation |
Drawable list constructor
Description
Produces a drawable.list
object, for tk.browse
and browsePlot
input.
Usage
drawable.list(files = character(0), objects = NULL, hidden = FALSE, warn = TRUE)
Arguments
files |
Character vector, path and names of the files holding the drawables object (with .rdt or .rds extensions, see |
objects |
List of |
Logical vector, whether to show tracks in | |
warn |
Single logical value, to be passed to the appropriate |
Value
A drawable.list
object.
Author(s)
Sylvain Mareschal
See Also
drawable.list-class
, drawable-class
, tk.browse
, browsePlot