Skip to content

Commit

Permalink
fixes #9 (incorrect parameter name in internal function's documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
stm committed Feb 12, 2024
1 parent bfddc96 commit 5eb45ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/complexity.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ img_complexity <- function(imgfile, algorithm = "zip", rotate = FALSE){
#'
#' Returns the complexity of an image array / matrix or path.
#'
#' @param imgfile An array or matrix of numeric values or integer values, or the file path to the image.
#' @param img An array or matrix of numeric values or integer values, or the file path to the image.
#' @param algorithm character. Which compression algorithm to use.
#' @param rotate logical. Image rotation by 90 degrees?
#'
Expand Down
4 changes: 2 additions & 2 deletions man/dot-compl.Rd

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

0 comments on commit 5eb45ba

Please sign in to comment.