Learn R Programming

AnalysisPageServer (version 1.4.0)

new.datanode.plot: new.datanode.plot

Description

Construct a new plot-type data node

Usage

new.datanode.plot(name, plot.file, table, ...)

Arguments

name
Name of the node
plot.file
Path to plot file, relative to server tempdir.
table
A table-type AnalysisPageDataNode
...
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.