Skip to content
Snippets Groups Projects
Commit c6911d91 authored by jml's avatar jml
Browse files

label axis identic to names of columns

parent baad5223
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ plot_qq <- function(dataset,reference,client,width_mm=200,height_mm=200,DESKTOP=
ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5)) +
ggplot2::coord_fixed(ratio = 1) +
ggplot2::labs(
x = "reference",
y = "client"
x = reference,
y = client
)
print(p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment