Closed n8thangreen closed 9 months ago
actually used the ggplot2 syntax thats used for other plotting arguments so that we can now pass e.g. wtp = list(value = 20000, colour = "blue", x = 10, y = 10, size = 4)
so can do something like wtp = list(size = 0)
to hide the willingness to pay text.
closed by 3d8a770
It seems that there's a
label.pos=FALSE
argument for moving this text around but its not currently being used. It previously moved the "k=..." text to the bottom of the screen when set to TRUE.What I can do is use this and make it so that
label.pos=NA
doesn't show it?