validcdd {rcdd} | R Documentation |
validate an H-representation or V-representation of convex polyhedron
Description
Validate an H-representation or V-representation of convex polyhedron,
see scdd
for description of valid representations.
Usage
validcdd(x, representation = c("H", "V"))
Arguments
x |
an H-representation or V-representation to be validated. |
representation |
if |
Value
always TRUE
. Fails with error message if not a valid object.
See Also
[Package rcdd version 1.6 Index]