Description Usage Arguments Author(s) See Also
Highlights the data points accepted by the filter and optionally its
input objects.
If the argument recursive == TRUE
the filter will first
ask its input filters to highlight the data accepted by them. If these
filters have filters connected to them they will before doing anything
asking there input filters and so on. The last filter to highlight the
data will therefore be this filter.
1 2 |
cex |
The scaling factor for all points, i.e. for
all indices. If |
col |
The color for all points, i.e. for
all indices. If |
pch |
The point style for all points, i.e. for
all indices. If |
... |
Any parameters accepted by most standard plot functions. |
recursive |
If |
Henrik Bengtsson (http://www.braju.com/R/)
To label data points see *text()
.
For more information see Filter
..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.