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)

Arguments

x

an object of class VegX

file

the file name to be written

verbose

A boolean flag to indicate console output of the XML tree building process.

References

Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data

Examples

if (FALSE) {
  target = newVegX()
  writeVegXML(target, "foo.xml")
}