mirror of
https://github.com/msberends/AMR.git
synced 2026-05-31 15:41:47 +02:00
Built site for AMR@3.0.1.9047: e0f8cf0
This commit is contained in:
@@ -127,13 +127,13 @@ if (require("dplyr")) {
|
||||
|
||||
# new ggplot2 plotting method using this package:
|
||||
if (require("dplyr") && require("ggplot2")) {
|
||||
ggplot_pca(pca_result)
|
||||
ggplot_pca(pca_result)
|
||||
}
|
||||
|
||||
if (require("dplyr") && require("ggplot2")) {
|
||||
ggplot_pca(pca_result) +
|
||||
scale_colour_viridis_d() +
|
||||
labs(title = "Title here")
|
||||
ggplot_pca(pca_result) +
|
||||
scale_colour_viridis_d() +
|
||||
labs(title = "Title here")
|
||||
}
|
||||
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user