Skip to content

Commit

Permalink
avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Oct 14, 2022
1 parent dc274eb commit 6a28d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/ggcoef_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#' @return A `ggplot2` plot or a `tibble` if `return_data = TRUE`.
#' @export
#' @examples
#' library(ggplot2)
#' mod <- lm(Sepal.Length ~ Sepal.Width + Species, data = iris)
#' ggcoef_model(mod)
#'
Expand Down
1 change: 1 addition & 0 deletions man/ggcoef_model.Rd

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

0 comments on commit 6a28d42

Please sign in to comment.