Write alphashape as a .vtk file
WriteVTKalphashape(ashape, filename, title = filename, datatype = c("float", "double"))
ashape | List of alphashape objects |
---|---|
filename | Path to and name of desired file. Should end in .vtk |
title | Title of the .vtk file |
datatype | Either float or double |
... | additional arguments passed to methods |
A .vtk file saved to a given location