Skip to content

Commit b241cda

Browse files
committed
Amend Test to Estimate in scatter plot legend title
1 parent d8e45b0 commit b241cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mr_scatter_plot <- function(mr_results, dat) {
101101
)
102102
) +
103103
ggplot2::labs(
104-
colour = "MR Test",
104+
colour = "MR Estimate",
105105
x = paste("SNP effect on", d$exposure[1]),
106106
y = paste("SNP effect on", d$outcome[1])
107107
) +

0 commit comments

Comments
 (0)