Description Usage Arguments Value
These methods are copied from flowViz to eliminate its dependency on curv1Filter and curv2Filter
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'curv1Filter,character'
addName(x, name, data, ...)
## S4 method for signature 'curv1Filter,logical'
addName(x, name, data, ...)
## S4 method for signature 'curv2Filter,character'
addName(x, name, data, ...)
## S4 method for signature 'curv2Filter,logical'
addName(x, name, data, ...)
|
x |
curv1Filter, curv2Filter |
name |
character or logical. Names can be generated by the filter or by the user. |
data |
flowFrame |
... |
other arguments |
The methods are called for their side effects. No value is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.