Learn R Programming

AnalysisPageServer (version 1.6.2)

new.datanode.plot: new.datanode.plot

Description

Construct a new plot-type data node

Usage

new.datanode.plot(name, plot.file, table, warnings = character(), filter.widget = NULL, ...)

Arguments

name
Name of the node
plot.file
Path to plot file, relative to server tempdir.
table
A table-type AnalysisPageDataNode
warnings
Character vector of warnings, to be passed through to new.datanode, possibly after appending the warning described above for filter.widget. Default: character()
filter.widget
If provided, then an AnalysisPageFilterWidget. See new.filter.widget and setFilterWidget. A check is made that filter.widget$data_field is an actual field from the data table. If not, then the filter widget is omitted, with a warning. NULL (default) means to not include this.
...
Passed through to new.datanode, in particular label and description

Value

AnalysisPageDataNode

Details

Construct a new plot-type data node from a plot.file and an AnnotatedDataFrame. Note: caption is included implicitly in the table object.