diff --git a/R/ggstackplot.R b/R/ggstackplot.R index 9c12e0c..dca3d64 100644 --- a/R/ggstackplot.R +++ b/R/ggstackplot.R @@ -2,7 +2,7 @@ #' Stack a ggplot #' -#' Use `ggstackplot()` to generate a stackplot. If you need more fine control, use `prepare_stackplot()` and `assemble_stackplot()` individually. To explore examples of all the different features, check out the `vignette("explore", "ggstackplot")` or the [online documentation](https://ggstackplot.kopflab.org/dev/articles/explore.html). +#' Use `ggstackplot()` to generate a stackplot. If you need more fine control, use `prepare_stackplot()` and `assemble_stackplot()` individually. To explore examples of all the different features, check out the `vignette("explore", "ggstackplot")` or the [online documentation](https://ggstackplot.kopflab.org/articles/explore.html). #' #' @details #' `ggstackplot()` stacks a ggplot template with the provided data and parameters. It returns a plot object generated by [cowplot::plot_grid()]). diff --git a/man/ggstackplot.Rd b/man/ggstackplot.Rd index aff71ba..e975966 100644 --- a/man/ggstackplot.Rd +++ b/man/ggstackplot.Rd @@ -88,7 +88,7 @@ assemble_stackplot( \code{assemble_stackplot()} returns a ggplot with overlayed plot layers } \description{ -Use \code{ggstackplot()} to generate a stackplot. If you need more fine control, use \code{prepare_stackplot()} and \code{assemble_stackplot()} individually. To explore examples of all the different features, check out the \code{vignette("explore", "ggstackplot")} or the \href{https://ggstackplot.kopflab.org/dev/articles/explore.html}{online documentation}. +Use \code{ggstackplot()} to generate a stackplot. If you need more fine control, use \code{prepare_stackplot()} and \code{assemble_stackplot()} individually. To explore examples of all the different features, check out the \code{vignette("explore", "ggstackplot")} or the \href{https://ggstackplot.kopflab.org/articles/explore.html}{online documentation}. } \details{ \code{ggstackplot()} stacks a ggplot template with the provided data and parameters. It returns a plot object generated by \code{\link[cowplot:plot_grid]{cowplot::plot_grid()}}).