1
0
mirror of https://github.com/msberends/AMR.git synced 2026-04-28 09:03:51 +02:00

(v3.0.1.9047) fix #272

This commit is contained in:
2026-04-21 22:11:40 +02:00
parent 8ff5d4472a
commit e0f8cf0882
7 changed files with 19 additions and 20 deletions

View File

@@ -79,12 +79,12 @@ 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")
}
}
}