Skip to content

Commit 8689a3e

Browse files
committed
fix group_names
1 parent a254549 commit 8689a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot-anomaly_diagnostics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ plot_anomaly_diagnostics.data.frame <- function(
350350

351351
trell <- do.call(trelliscopejs::facet_trelliscope, c(
352352
list(
353-
facets = ggplot2::vars(!!! rlang::syms(group_names)),
353+
facets = ggplot2::vars(!!! rlang::syms(facet_names)),
354354
ncol = .facet_ncol,
355355
nrow = .facet_nrow,
356356
scales = .facet_scales,

0 commit comments

Comments
 (0)