score_plot {pcadapt} | R Documentation |
Principal Components Analysis Scores Plot
Description
"score_plot"
plots the projection of the individuals onto the
first two principal components.
Usage
score_plot(x, i = 1, j = 2, pop, col, plt.pkg = "ggplot")
Arguments
x |
an output from |
i |
an integer indicating onto which principal component the individuals
are projected when the "scores" option is chosen.
Default value is set to |
j |
an integer indicating onto which principal component the individuals
are projected when the "scores" option is chosen.
Default value is set to |
pop |
a list of integers or strings specifying which subpopulation the individuals belong to. |
plt.pkg |
a character string specifying the package to be used to
display the graphical outputs. Use |
[Package pcadapt version 4.3.5 Index]