plot.tap: Plot a timeseries or a module

Description Usage Arguments Examples

Description

Plot a timeseries or a module

Usage

1
2
## S3 method for class 'tap'
plot(x, ..., pruneFun = NULL)

Arguments

x

the tap to plot

...

additional parameters to pass to the plot.Node method

pruneFun

a function to prune the plot. See Prune

Examples

1
2
3
filePath <- system.file("extdata", "context1.yaml", package="datap")
context <- Load(filePath)
plot(data.tree::FindNode(context, 'SPX'))

gluc/datapR documentation built on May 17, 2019, 6:41 a.m.