How can I have the likelihood character (the curvy L https://en.wikipedia.org/wiki/Likelihood_function ) appear in a plot axis in base R?
Asked
Active
Viewed 56 times
1
-
Whats about a simple `L` in italics using `plot(1:10, xlab = expression(italic("L")))`? – Roman Oct 10 '16 at 12:52
-
3You might have look [here](http://stackoverflow.com/questions/1395105/getting-latex-into-r-plots). – Axeman Oct 10 '16 at 13:56
-
`"\U2112"` should do it but I only get a square (while I do get a small script l with `"\U2113"`...) – Cath Oct 10 '16 at 14:21