Skip to content

Commit

Permalink
Re-add args that previously were accidentally removed from function d…
Browse files Browse the repository at this point in the history
…ocumentation.
  • Loading branch information
Matthew Leonawicz committed Jun 28, 2019
1 parent 852b440 commit cffd925
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/shapes.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ lcars_rect <- function(xmin, xmax, ymin, ymax, color){
#' @param xmax numeric, scalar right x position.
#' @param ymin numeric, scalar bottom y position.
#' @param ymax numeric, scalar top y position.
#' @param x numeric, x position for edge of horizontal half pill or midpoint of vertical half pill.
#' @param y numeric, y position for edge of vertical half pill or midpoint of horizontal half pill.
#' @param r numeric, radius of half pill.
#' @param color pill color.
#' @param direction integer 1:4 or character: \code{topleft}, \code{topright}, \code{bottomleft}, \code{bottomright}. May be abbreviated as \code{tl}, \code{tr}, \code{br}, \code{bl}.
#' @param vertical logical, vertical pill.
Expand Down
12 changes: 12 additions & 0 deletions docs/reference/lcars_pill.html

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

6 changes: 6 additions & 0 deletions man/lcars_pill.Rd

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

0 comments on commit cffd925

Please sign in to comment.