addName,curv1Filter,character-method | R Documentation |
These methods are copied from flowViz to eliminate its dependency on curv1Filter and curv2Filter
## 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.