From b3c42b95c2d9298c64eb060bc3654bdff796376f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Sun, 7 Aug 2022 11:54:39 +0300 Subject: [PATCH 1/3] Update qplotc.R --- R/qplotc.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/qplotc.R b/R/qplotc.R index 90c1295..c340585 100644 --- a/R/qplotc.R +++ b/R/qplotc.R @@ -24,7 +24,7 @@ #' @concept quick plots #' #' @seealso -#' - [hyperSpec::plotc()]; +#' - [hyperSpec::plot_c()]; #' - [ggplot2::ggplot()], [ggplot2::geom_point()]. #' #' @author Claudia Beleites From 082a1dd913acfadcc25f43474b4824e33fc74e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Sun, 7 Aug 2022 11:54:43 +0300 Subject: [PATCH 2/3] Update qplotmap.R --- R/qplotmap.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/qplotmap.R b/R/qplotmap.R index ae4cd28..c9d9ac7 100644 --- a/R/qplotmap.R +++ b/R/qplotmap.R @@ -28,7 +28,7 @@ #' @concept quick plots #' #' @seealso -#' - [hyperSpec::plotmap()]; +#' - [hyperSpec::plot_map()]; #' - [ggplot2::ggplot()], [ggplot2::geom_tile()]. #' #' @author Claudia Beleites From 1d424d62bec4b023cdf594d4bbe5cf1b7a650344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Sun, 7 Aug 2022 11:54:47 +0300 Subject: [PATCH 3/3] Update hySpc-ggplot2.Rmd --- vignettes/hySpc-ggplot2.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/hySpc-ggplot2.Rmd b/vignettes/hySpc-ggplot2.Rmd index c3660ff..46abe74 100644 --- a/vignettes/hySpc-ggplot2.Rmd +++ b/vignettes/hySpc-ggplot2.Rmd @@ -117,7 +117,7 @@ set.seed(2020) Class `hyperSpec`{.r}[`r cite_pkg("hyperSpec")`] objects do not yet directly support plotting with package **ggplot2**[`r cite_pkg("ggplot2")`]. -Nevertheless, package **ggplot2** graphics can easily be obtained by using `qplot*()`{.r} equivalents to `hyperSpec::plot_spc()`{.r}, `hyperSpec::plotc()`{.r}, and `hyperSpec::plotmap()`{.r}. +Nevertheless, package **ggplot2** graphics can easily be obtained by using `qplot*()`{.r} equivalents to `hyperSpec::plot_spc()`{.r}, `hyperSpec::plot_c()`{.r}, and `hyperSpec::plot_map()`{.r}. ## Function `qplotspc()`{.r} {#qplotspc}