Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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"*")")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #insert #subscript #plots
ADD COMMENT
Topic
Name
3+4 =