Description Usage Arguments Value See Also
This function plots one or two loading vectors, by default with ggplot2.
1 2 3 4 5 6 7 8 9 10 |
x |
An O2PLS fit, with class 'o2m' |
loading_name |
character string. One of the following: 'Xjoint', 'Yjoint', 'gr_Xjoint', 'gr_Yjoint', 'Xorth' or 'Yorth'. |
i |
Integer. First component to be plotted. |
j |
NULL (default) or Integer. Second component to be plotted. |
use_ggplot2 |
Logical. Default is |
label |
Character, either 'number' or 'colnames'. The first option prints numbers, the second prints the colnames |
... |
Further arguments to |
If use_ggplot2
is TRUE
a ggplot2 object. Else NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.