View source: R/plot_pls_varimax.R
plot_pls_varimax | R Documentation |
Plots PLS from scores file (output of PLSR_from_file)
plot_pls_varimax(
file,
info.name,
info.type,
title = "",
labels = TRUE,
PCx = "V1",
PCy = "V2",
ellipse = F,
conf = 0.95,
fliph = F,
flipv = F
)
file |
File containing scores matrix |
info.name |
Vector of sample names |
info.type |
Vector of sample types in the same order |
title |
Title of the plot |
labels |
default=T |
PCx , PCy |
PCs to display |
ellipse |
Construct confidence region based on groups in info.type, default = T |
conf |
default = 0.95 |
fliph |
default = F |
flipv |
default = F |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.