R/readwriteVTK.R
read_vtk.Rd
Read a VTK format file
read_vtk(filename, item = c("points", "triangles", "normals"))
The path to the file on disk
The element(s) within the file to read (defaults to points)
A matrix of points, indices (polygons) or normals