Skip to content

Commit

Permalink
Fix doc mistake in collatz
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Jan 30, 2025
1 parent adaa821 commit 71baa84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/canvas_collatz.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#' @param colors a string or character vector specifying the color(s) used for the artwork.
#' @param background a character specifying the color used for the background.
#' @param n a positive integer specifying the number of random starting integers to use for the lines. Can also be a vector of numbers to use as starting numbers.
#' @param angle.even a value specifying the angle (in radials) to use in bending the sequence at each odd number.
#' @param angle.odd a value specifying the angle (in radials) to use in bending the sequence at each even number.
#' @param angle.even a value specifying the angle (in radials) to use in bending the sequence at each even number.
#' @param angle.odd a value specifying the angle (in radials) to use in bending the sequence at each odd number.
#' @param side logical. Whether to put the artwork on its side.
#'
#' @return A \code{ggplot} object containing the artwork.
Expand Down
4 changes: 2 additions & 2 deletions man/canvas_collatz.Rd

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

0 comments on commit 71baa84

Please sign in to comment.