Displaying 1 result from an estimated 1 matches for "pinevolume".
2009 Sep 22
2
chage the output file name
After I run my script I save all my output e.g.
write.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...