Skip to content

Commit

Permalink
lintr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Feb 27, 2024
1 parent f097677 commit 882a8d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#' Defaults to density (`FALSE`).
#' @param bins (`integer(1)` or `integer(3)`, optional) Determines the number of bins for the histogram.
#' - When the length of `bins` is one: The histogram bins will have a fixed size based on the `bins` provided.
#' - When the length of `bins` is three: The histogram bins are dynamically adjusted based on vector of `value`, `min`, and `max`.
#' - When the length of `bins` is three: The histogram bins are dynamically adjusted based on vector of `value`, `min`,
#' and `max`.
#' Defaults to `c(30L, 1L, 100L)`.
#'
#' @templateVar ggnames "Histogram", "QQplot"
Expand Down
3 changes: 2 additions & 1 deletion man/tm_g_distribution.Rd

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

0 comments on commit 882a8d0

Please sign in to comment.