Learn R Programming

Rgb (version 1.5.1)

drawable.list:

Description

Produces a 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 saveRDT and saveRDS for further details). Can contain NA values, but providing a path allows updates to be saved.
objects
List of -inheriting objects to include in the list. If NULL, objects will be extracted from files, else a list with as many elements as files is required.
hidden
Logical vector, whether to show tracks in tk.browse and browsePlot or not (this choice is not definitive). Recycled if necessary.
warn
Single logical value, to be passed to the appropriate check method.

Value

A object.

See Also

drawable.list-class, drawable-class, tk.browse, browsePlot