write.xml {geozoo} | R Documentation |
A function that allows the user to write an object into an .xml.
write.xml(object.function, filepath, title)
object.function |
i.e. cube() or sphere() |
filepath |
where you would like to save the file in quotes |
title |
title of the file in quotes |
Barret Schloerke