Skip to content

Commit

Permalink
doc: fix cross references
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Nov 19, 2024
1 parent f2b5422 commit 94e870a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ggiraph
Title: Make 'ggplot2' Graphics Interactive
Version: 0.9.0.003
Version: 0.9.0.004
Authors@R: c(
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
person("Panagiotis", "Skintzos", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/element_interactive.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @title Create interactive theme elements
#'
#' @description
#' With these functions the user can add interactivity to various [theme][ggplot2::theme]
#' With these functions the user can add interactivity to various [ggplot2::theme()]
#' elements.
#'
#' They are based on [ggplot2::element_rect()],
Expand Down
8 changes: 4 additions & 4 deletions R/labeller_interactive.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#' @title Construct interactive labelling specification for facet strips
#'
#' @description
#' This function is a wrapper around [labeller()] that allows the user to turn
#' This function is a wrapper around [ggplot2::labeller()] that allows the user to turn
#' facet strip labels into interactive labels via [label_interactive()].
#'
#' It requires that the [theme()]'s `strip.text` elements are defined as interactive
#' It requires that the [ggplot2::theme()]'s `strip.text` elements are defined as interactive
#' theme elements via [element_text_interactive()], see details.
#'
#' @details
Expand All @@ -19,14 +19,14 @@
#' `theme(strip.text.x = element_text_interactive())`
#' `theme(strip.text.y = element_text_interactive())`
#'
#' @param ... arguments passed to base function [labeller()]
#' @param ... arguments passed to base function [ggplot2::labeller()]
#' @param .mapping set of aesthetic mappings created by [ggplot2::aes()] or [ggplot2::aes_()].
#' It should provide mappings for any of the [interactive_parameters].
#' In addition it understands a `label` parameter for creating a new label text.
#' @examples
#' # use interactive labeller
#' @example examples/labeller_interactive.R
#' @seealso [labeller()], [label_interactive()], [labellers]
#' @seealso [ggplot2::labeller()], [label_interactive()], [ggplot2::labellers]
#' @importFrom rlang eval_tidy list2
#' @importFrom purrr imap
labeller_interactive <- function(.mapping = NULL, ...) {
Expand Down
2 changes: 1 addition & 1 deletion man/element_interactive.Rd

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

8 changes: 4 additions & 4 deletions man/labeller_interactive.Rd

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

0 comments on commit 94e870a

Please sign in to comment.