1
0
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:
github-actions
2026-04-21 20:32:21 +00:00
parent 86b5ebf61f
commit 5dec3cfd25
88 changed files with 128 additions and 128 deletions

View File

@@ -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")
}
# }