Skip to content
Merged
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/ggstackplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#'
#' @examplesIf interactive()
#' # many more examples available in the vignette
#' vignette("explore", "ggstackplot")
#' vignette("Explore", "ggstackplot")
#'
#' @export
#' @returns `ggstackplot()` returns a ggplot with overlayed plot layers
Expand Down
2 changes: 1 addition & 1 deletion man/ggstackplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions vignettes/explore.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
---
title: "Explore"
output: rmarkdown::html_vignette
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
html_document:
code_folding: show
number_sections: yes
df_print: paged
toc: yes
toc_depth: 3
toc_float: yes
editor_options:
chunk_output_type: console
vignette: >
%\VignetteIndexEntry{explore}
%\VignetteIndexEntry{Explore}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
---

```{r, include = FALSE}
Expand Down
Loading