Volume of a Convex Hull

It is possible to compute the volume of a convex hull in julia?

For example from a matrix of n rows and m columns?

Please clarify with some initial code. Are you referring to 2D hulls of points stored in a matrix?

This Index ยท Polyhedra should have the functionality you want.