Displaying 2 results from an estimated 2 matches for "sheight".
Did you mean:
height
2009 Nov 27
1
plotting two surfaces simultaneously in a single panel
Hi,
I have recently begun using the lattice package, and have been using
the wireframe command to visualise matrices which are model outputs. I
have been trying to plot two surfaces (from two matrices)
simultaneously in one panel, to visualise intersections etc., but
neither my attempts or trawling the net are helping me find how to do
this.
Can someone help? Thanks
Cheers,
Umesh Srinivasan
2009 Sep 22
2
chage the output file name
...rite.table(d, file = "C:/PINEheight.txt)
write.table(v, file = "C:/PINEvolume.txt)
write.table(v, file = "C:/PINEdiameter.txt)
write.table(v, file = "C:/PINEdensity.txt)
and then I would like to run again with another tree and save again e.g
write.table(d, file = "C:/POPULUSheight.txt)
Is there anyhow I can define a variable as "tree name" and make it change
everytime in all the output files names e.g.
write.table(d, file = "C:/"tree name" height.txt)
Thanks in advance
M?rcio
--
View this message in context: http://www.nabble.com/chage-the-output-...