Displaying 1 result from an estimated 1 matches for "hft1".
Did you mean:
hfi1
2003 Feb 03
2
Mtext and xyplot
Dear all;
I wish to create a graphic object combing an xyplot() and an mtext(). My
code looks like following,
gmv <- {
trellis.device("windows", bg="white", width = 7, height = 7)
xyplot(Mvol ~ Age | Nl * Th , data = Hft1,
prepanel = function(x, y) prepanel.loess(x, y, span = 1),
xlab =list(label = "Age (Years)", font = 2),
ylab = " ",
# ylab = list(expression(paste("Volume ( ", paste(m^3/ha, ")"), sep=
" ")), font=2),
main = li...