Rpolyhedra (version 0.2.7)

polyhedronToXML: polyhedronToXML()

Description

Gets an XML representation out of the polyhedron object

Usage

polyhedronToXML(polyhedron.state.defined)

Arguments

polyhedron.state.defined

the polyhedron to get a representation from

Value

a XML document, ready to be saved as a String File

Examples

Run this code
# NOT RUN {
#get the representation of a cube (netlib library)
library(Rpolyhedra)
polyhedronToXML(getPolyhedron("netlib", "cube")$getState())

# }

Run the code above in your browser using DataLab