Skip to content

Commit

Permalink
Merge pull request #6 from r-hyperspec/rename-funs
Browse files Browse the repository at this point in the history
Rename funs
  • Loading branch information
GegznaV authored Jul 15, 2022
2 parents a85058c + f9574db commit 8497c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/qplotspc.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' @concept quick plots
#'
#' @seealso
#' - [hyperSpec::plotspc()];
#' - [hyperSpec::plot_spc()];
#' - [ggplot2::ggplot()], [ggplot2::geom_line()].
#'
#' @author Claudia Beleites
Expand Down
6 changes: 5 additions & 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::plotspc()`{.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::plotc()`{.r}, and `hyperSpec::plotmap()`{.r}.


## Function `qplotspc()`{.r} {#qplotspc}
Expand Down Expand Up @@ -339,8 +339,12 @@ qplotspc(paracetamol / 1e4, wl.range = c(min ~ 1800, 2800 ~ max)) +

# Session Info {-}

<details><summary>Session info</summary>

```{r session-info-plotting, paged.print=FALSE}
sessioninfo::session_info("hyperSpec")
```

</details>

# References {-}

0 comments on commit 8497c23

Please sign in to comment.