Special characters in R plots -


i have code in use

plot(1, 1, type="s", ylab="log ℓ") 

that equivalent to

plot(1, 1, type="s", ylab="log \u2113") 

produces nice slanted l representing likelihood in y-axis.

why capital script version of l (\u2112) gives me box in place of l?

i'm running r on mac.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -