Description Usage Arguments Details Value Examples
'ca_coords' calculates the standard and principal coordinates of the rows and columns in CA space.
1 |
caobj |
A "cacomp" object as outputted from 'cacomp()'. |
dims |
Integer indicating the number of dimensions to use for the calculation of coordinates. All elements of caobj (where applicable) will be reduced to the given number of dimensions. Default NULL (keeps all dimensions). |
princ_coords |
Integer. Number indicating whether principal coordinates should be calculated for the rows (=1), columns (=2), both (=3) or none (=0). Default 3. |
princ_only |
Logical, whether only principal coordinates should be calculated. Or, in other words, whether the standard coordinates are already calculated and stored in 'caobj'. Default 'FALSE'. |
Takes a "cacomp" object and calculates standard and principal coordinates for the visualisation of CA results in a biplot or to subsequently calculate coordinates in an association plot.
Returns input object with coordinates added. std_coords_rows/std_coords_cols: Standard coordinates of rows/columns. prin_coords_rows/prin_coords_cols: Principal coordinates of rows/columns.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.