Displaying 1 result from an estimated 1 matches for "p25665902".
2009 Sep 29
1
axis scale issues....
...ee[which(TreeDensity.df$Description ==
Zone.df[i])],
type = "b", sub=Zone.df[i],xlab="Sample Size",ylab = "Tree Density",
yaxt="n")
axis(side = 2, xpd=FALSE, at = pretty(range(0,450)) )
This code produces the following plot:
http://www.nabble.com/file/p25665902/Presentation1.jpg
Note that while the scale of the axis TEXT has changed, the actual axis
scale hasn't, it still ranges across the value of the data....That is, the
ranges 0...~100 and ~200....450 do not appear on the plot.
One could say that the axis scale has changed, but part of the axi...