Learn R Programming

volesti (version 1.0.0)

Vpolytope: An R class to represent V-polytopes.

Description

A V-polytope is defined as the convex hull of \(m\) \(d\)-dimensional points which corresponds to its vertices.

Arguments

Fields

  • V A \(m\times d\) numerical matrix that contains the vertices row-wise

  • type An integer that declares the representation of the polytope. For V-representation the default value is 2.

  • dimension An integer that declares the dimension of the polytope.