I would like to use a brace in my plot. I have tried the following code, but find that the brace is too thick.
plot(c(0,1), c(0,1))
text(x = 0.5, y = 0.5, '{', srt = 180, cex = 8,font=10)
How can I control the width of the brace depicted in the plot?