Skip to content
Prev 24769 / 398502 Next

plotmath

How can I add "%" to each titlein the example below?I am using R1.5.0
on Linux.

par(mfrow=c(2,2))
for (i in c(30,50,70,90)) {
	plot(0, 0, type="n")
	mtext(substitute(RH[925-500] == ii, list(ii=i)))	
}


thanks