Closed davidcsterratt closed 8 years ago
I have fixed the first point by adding the Qz option with ndim < 4.
To bring the R implementation into line with Octave, and very similar to matlab and scipy.spatial.Delaunayn, I have added the Qc and Qz or Qx options have been added as defaults, making the default options "Qbb Qc Qt Qz" for 3 dimensions or less and "Qbb Qc Qt Qx" for 4 or more dimensions.
I have not tackled the final point, since Qbb is specified automatically in the Qhull delaunayn program and since not having Qt or QJ is liable to lead to more problems.
There are currently a number of problems with the default Qhull options given to
delaunayn
:This can be fixed by supplying the
Qz
option:Qc
option is not supplied, in contrast to other Qhull bindings:Qt
orQJ
andQbb
always have to be present. This is probably appropriate for most applications, but may not be for all.