selectand {andrews} | R Documentation |
Selecting in Andrews curves
Description
Selecting object utility in Andrews curves
Usage
selectand(df, type = 1, step = 100, ncol = 0, from = 0, to = 1, col = 2)
Arguments
df |
data frame. |
type |
type of curve. |
step |
smoothness of curves. |
ncol |
number of column in data frame for selection. |
from |
from value. |
to |
to value. |
col |
color of selected objects. |
Details
Define which objects will be selected (colored) in Andrews curves.
Value
Nothing
Author(s)
Jaroslav Myslivec jaroslav.myslivec@upce.cz
Examples
data(iris)
andrews(iris,clr=5,ymax=3)
selectand(iris,ncol=1,from=5,to=5.5,col=1)
[Package andrews version 1.1.2 Index]