1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

documentation fix

This commit is contained in:
2022-11-05 12:06:40 +01:00
parent 8dc94a9eda
commit 2d90218305
4 changed files with 6 additions and 6 deletions

View File

@ -64,9 +64,9 @@
#' # old base R plotting method:
#' biplot(pca_result)
#' # new ggplot2 plotting method using this package:
#' ggplot_pca(pca_result)
#'
#' if (require("ggplot2")) {
#' ggplot_pca(pca_result)
#'
#' ggplot_pca(pca_result) +
#' scale_colour_viridis_d() +
#' labs(title = "Title here")