new.datanode.plot {AnalysisPageServer} | R Documentation |
Construct a new plot-type data node
new.datanode.plot(name, plot.file, table, warnings = character(), filter.widget = NULL, ...)
name |
Name of the node |
plot.file |
Path to plot file, relative to server tempdir. |
table |
A table-type |
warnings |
Character vector of warnings, to be passed through to
|
filter.widget |
If provided, then an AnalysisPageFilterWidget. See
|
... |
Passed through to |
Construct a new plot-type data node from a plot.file and an AnnotatedDataFrame. Note: caption is included implicitly in the table object.
AnalysisPageDataNode
Brad Friedman