Displaying 2 results from an estimated 2 matches for "ndensity".
Did you mean:
density
2007 Mar 16
0
How can I place axis annotations away from axis?
..., header=T)
attach(data)
par(mfrow=c(1,2))
library(akima)
interpolation<-interp(rr,veg_r,predict)
persp(interpolation,theta = -45, phi = 30, ticktype = "detailed", nticks=4,
cex=0.8, expand=0.5, xlab="\n\n\nPrecipitation", yla="\n\n\nVegetation",
zlab="\n\n\nDensity", shade=0.4)
interpolation<-interp(tc,veg_r,predict, duplicate="mean")
persp(interpolation,theta = -45, phi = 30, ticktype = "detailed", nticks=4,
cex=0.8, expand=0.5, xlab="\n\n\nTemperature", yla="\n\n\nVegetation",
zlab="\n\n\nDensity",...
2010 Nov 25
1
Help in improving the style of R plots
...k Sigma letter)
-)in the top plots I need to 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=&qu...