Answers for "how to insert subscript in plots in r"

1

how to insert subscript in plots in r

plot(1,1, main=expression('title'^2))  #superscript
plot(1,1, main=expression('title'[2])) #subscript

expression("Global Irradiance (W/m"^"2"*")")
Posted by: Guest on September-15-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language