writeVegXML.Rd
Assembles and writes an XML file on the disk following the Veg-X XML schema standard (ver 2.0.1)
writeVegXML(x, file, verbose = TRUE)
an object of class VegX
the file name to be written
A boolean flag to indicate console output of the XML tree building process.
Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data
if (FALSE) {
target = newVegX()
writeVegXML(target, "foo.xml")
}