We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a254549 commit 8689a3eCopy full SHA for 8689a3e
R/plot-anomaly_diagnostics.R
@@ -350,7 +350,7 @@ plot_anomaly_diagnostics.data.frame <- function(
350
351
trell <- do.call(trelliscopejs::facet_trelliscope, c(
352
list(
353
- facets = ggplot2::vars(!!! rlang::syms(group_names)),
+ facets = ggplot2::vars(!!! rlang::syms(facet_names)),
354
ncol = .facet_ncol,
355
nrow = .facet_nrow,
356
scales = .facet_scales,
0 commit comments