search for: treedensity

Displaying 1 result from an estimated 1 matches for "treedensity".

2009 Sep 29
1
axis scale issues....
...s, which seems to be much harder to deal with than it should be, given how common the need to alter axes. Anyway....yeah, suppress the axis using yaxt then call and define the new scale using axis(). The problem is, this doesn't change the actual axis, only the text. Example: plot(1:length(TreeDensity.df$Description[which(TreeDensity.df$Description == Zone.df[i])]),TreeDensity.df$CumMeanTree[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 = p...