Skip to content

Commit

Permalink
Tweak function titles
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Jul 24, 2021
1 parent 937debb commit 2a68257
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion R/obsplot.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a new obsplot plot
#' Create a new obsplot
#'
#' @param data optional data.frame as primary data source
#' @param width plot width. Use NULL to let Plot decide, or "auto" to let htmlwidgets decide.
Expand Down
4 changes: 2 additions & 2 deletions R/opts.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Add or modify options to an obsplot
#' Define an obsplot options
#'
#' @param g an obsplot object
#' @param ... named options
Expand All @@ -23,7 +23,7 @@ opts <- function(g, ...) {
g
}

#' Add or modify style options to an obsplot
#' Define an obsplot style options
#'
#' @param g an obsplot object
#' @param ... named style options
Expand Down
2 changes: 1 addition & 1 deletion R/scales.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Add or modify scale options to an obsplot
#' Define an obsplot scale options
#'
#' @param g an obsplot object
#' @param ... named scale options
Expand Down
4 changes: 2 additions & 2 deletions man/obsplot.Rd

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

4 changes: 2 additions & 2 deletions man/opts.Rd

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

4 changes: 2 additions & 2 deletions man/scale_color.Rd

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

4 changes: 2 additions & 2 deletions man/style.Rd

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

0 comments on commit 2a68257

Please sign in to comment.