Skip to content

Commit d82ec2c

Browse files
committed
add ggplot2 prefix
1 parent 5dd5a1f commit d82ec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ srv_a_pca <- function(id, data, reporter, filter_panel_api, dat, plot_height, pl
611611
)
612612

613613
cols <- c(getOption("ggplot2.discrete.colour"), c("lightblue", "darkred", "black"))[1:3]
614-
elbow_plot <- ggplot2::ggplot(mapping = aes_string(x = "component", y = "value")) +
614+
elbow_plot <- ggplot2::ggplot(mapping = ggplot2::aes_string(x = "component", y = "value")) +
615615
ggplot2::geom_bar(
616616
ggplot2::aes(fill = "Single variance"),
617617
data = dplyr::filter(elb_dat, metric == "Proportion of Variance"),

0 commit comments

Comments
 (0)