Description Usage Arguments Details Value Author(s) See Also
View source: R/selectVar.cia.R
To select variables in CIA
variable space, the function is called by selectVar
.
1 2 3 4 5 |
x |
The result returned by |
axis1 |
Integer, the column number for the x-axis. The default is 1. |
axis2 |
Integer, the column number for the y-axis. The default is 2. |
df1.a1.lim |
A vector containing 2 numbers indicating the range of X axis of selected on the 1st data.frame. The first value limiting the lower boundary, the second value limiting the upper boundary. |
df1.a2.lim |
The range of Y axis of selected on the 1st datasets. |
df2.a1.lim |
The range of X axis of selected on the 2nd dataset. |
df2.a2.lim |
The range of Y axis of selected on the 2nd dataset. |
sepID.data |
See |
sepID.sep |
See |
... |
Other arguments |
cia
projecting variables from different datasets
to a two dimensional space. This function supplies a method selecting
variables according to the co-ordinates of variables
Returns a data.frame describing which variables are presented on which data.frame within the limited region(s).
Chen Meng
See Also as selectVar.mcia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.