Skip to content

Commit 69acd1e

Browse files
committed
lint
1 parent 6511ef8 commit 69acd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/funnel_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ funnel_plot <- function(.data
466466
# data. This drops the standard error 's' already present in mod_plot_agg
467467
mod_plot_agg <-
468468
merge(mod_plot_agg[, -grep("\\bs\\b", colnames(mod_plot_agg))],
469-
plot_limits, by.x = "denominator", by.y = "number_seq")
469+
plot_limits, by.x = "denominator", by.y = "number_seq")
470470

471471
# Arrange rows by group
472472
mod_plot_agg <- mod_plot_agg[order(mod_plot_agg$group), ]

0 commit comments

Comments
 (0)