Skip to content

Commit

Permalink
fix broken examples
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelae committed Mar 25, 2024
1 parent 5aeab5c commit 24da507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' participant_vars = c(gender, education),
#' response_vars = c(response_position, response_level)) %>%
#' ar_set_targets("cues") %>%
#' plot(facets = "gender", top_n = 10)
#' plot(facet_by = "gender", top_n = 10)
#'
#' ar_import(intelligence,
#' participant = participant_id,
Expand All @@ -26,7 +26,7 @@
#' participant_vars = c(gender, education),
#' response_vars = c(response_position, response_level)) %>%
#' ar_set_targets("cues") %>%
#' plot(facets = "education", top_n = 10, gender == "female")
#' plot(facet_by = "education", top_n = 10, gender == "female")
#'
#' @method plot associatoR
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/plot.associatoR.Rd

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

0 comments on commit 24da507

Please sign in to comment.