text.Filter: Labels the data points accepted by the filter

Description Usage Arguments Author(s) See Also

Description

Labels 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 label 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 label the data will therefore be this filter.

Usage

1
2
## S3 method for class 'Filter'
text(x, labels=NULL, cex="filter", col=NULL, ..., recursive=FALSE)

Arguments

labels

The labels for all points, i.e. for all indices. If NULL, the indices will be used as labels.

cex

The scaling factor for all points, i.e. for all indices. If NULL, the global default value will be used. If "filter" the scaling factor set by the filter will be used.

col

The color for all points, i.e. for all indices. If NULL, the global default value will be used. If "filter" the color set by the filter will be used.

...

Any parameters accepted by standard text.

recursive

If TRUE this filter and all filters up the stream will label the data points that passes through them. If FALSE, only this filter will be used to label the data.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

To highlight data points see *highlight(). For more information see Filter..


HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.