Skip to content

Commit fd80fe6

Browse files
committed
rename plots
1 parent efab961 commit fd80fe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/tm_outliers.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
786786
teal.code::eval_code(
787787
common_code_q(),
788788
substitute(
789-
expr = plot <- plot_call +
789+
expr = box_plot <- plot_call +
790790
scale_color_manual(values = c("TRUE" = "red", "FALSE" = "black")) +
791791
labs + ggthemes + themes,
792792
env = list(
@@ -847,7 +847,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
847847
teal.code::eval_code(
848848
common_code_q(),
849849
substitute(
850-
expr = plot <- plot_call + labs + ggthemes + themes,
850+
expr = density_plot <- plot_call + labs + ggthemes + themes,
851851
env = list(
852852
plot_call = plot_call,
853853
labs = parsed_ggplot2_args$labs,
@@ -948,7 +948,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
948948
teal.code::eval_code(
949949
qenv,
950950
substitute(
951-
expr = plot <- plot_call +
951+
expr = cum_dist_plot <- plot_call +
952952
geom_point(data = outlier_points, aes(x = outlier_var_name, y = y, color = is_outlier_selected)) +
953953
scale_color_manual(values = c("TRUE" = "red", "FALSE" = "black")) +
954954
labs + ggthemes + themes,

0 commit comments

Comments
 (0)