Displaying 1 result from an estimated 1 matches for "tdensity".
Did you mean:
density
2010 Nov 29
1
Troubles in plotting to a postscript file (not to png)
...----------
dev.off()
-----------------------------
Here are my problems:
-) xlab=expression(paste(lambda,"(",~mu,m,")")) : it correctly prints
the "mu" greek letter but it fails for the "lambda" letter, leaving a
blank space
-) text(min(mchain[2,]),max(tdensity$y),substitute( T[disk,med] == tmed
%+-% tstd (K),list(tmed=tmed,tstd=tstd)),pos=4,cex=1.5 ) : it prints
everything, but the "+-" symbol and "(K)" overlap with the substitute
for tmed and tstd respectively. How can I force a blank space between
numbers and symbols? Also, how...