Displaying 1 result from an estimated 1 matches for "nmed".
Did you mean:
need
2010 Nov 25
1
Help in improving the style of R plots
...write the "variable=median+-stddeviation
(units)" in a more "readable" way: some characters overlap and I want to
approximate the numebrs to the second decimal digit. This is how I have
been trying so far: text(min(mchain[1,]),max(ndensity$y),substitute(
Log(Surface)[med] ==nmed%+-%nstd,list(nmed=nmed,nstd=nstd) ),pos=4 )
-) plot (c): ticks, annotations and labels overlap, but they shouldn't.
Here is the code:
persp(d,col=fcol,zlim=zlim,theta=theta,phi=phi,zlab="density",xlab=xlab,ylab=ylab,main="",sub="(c)",ticktype="detailed"...