Skip to content

Commit

Permalink
fix group_names
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed May 31, 2022
1 parent a254549 commit 8689a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot-anomaly_diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ plot_anomaly_diagnostics.data.frame <- function(

trell <- do.call(trelliscopejs::facet_trelliscope, c(
list(
facets = ggplot2::vars(!!! rlang::syms(group_names)),
facets = ggplot2::vars(!!! rlang::syms(facet_names)),
ncol = .facet_ncol,
nrow = .facet_nrow,
scales = .facet_scales,
Expand Down

0 comments on commit 8689a3e

Please sign in to comment.