Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/qplotc.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' @concept quick plots
#'
#' @seealso
#' - [hyperSpec::plotc()];
#' - [hyperSpec::plot_c()];
#' - [ggplot2::ggplot()], [ggplot2::geom_point()].
#'
#' @author Claudia Beleites
Expand Down
2 changes: 1 addition & 1 deletion R/qplotmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @concept quick plots
#'
#' @seealso
#' - [hyperSpec::plotmap()];
#' - [hyperSpec::plot_map()];
#' - [ggplot2::ggplot()], [ggplot2::geom_tile()].
#'
#' @author Claudia Beleites
Expand Down
2 changes: 1 addition & 1 deletion vignettes/hySpc-ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down