search for: ntemperatur

Displaying 2 results from an estimated 2 matches for "ntemperatur".

Did you mean: temperatur
2007 Mar 16
0
How can I place axis annotations away from axis?
...\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", shade=0.4) Now as you can see, and when exported as eps, axis annotation by tickmarks are overlapping with Z axis. As it's for publication, font should be this big. I could put the axis labels away from the axes, but co...
2011 Sep 07
2
ggplot2-Issue placing error bars behind data points
Hi all, This seems like a basic problem, but no amount of playing with the code has solved it. I have a time-series data set like that shown below (only longer) and am seeking to plot the data with filled, circular points and error bars. I would like the error bars to be behind the points otherwise they tend to obscure the points (especially when I have a lot of points in the actual data set).