new.datanode.plot: new.datanode.plot

Description Usage Arguments Details Value Author(s)

View source: R/datanode.R

Description

Construct a new plot-type data node

Usage

1
2
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

Details

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

Value

AnalysisPageDataNode

Author(s)

Brad Friedman


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.