WriteVTKalphashape: Write alphashape as a .vtk file

View source: R/alphashape.R

WriteVTKalphashapeR Documentation

Write alphashape as a .vtk file

Description

Write alphashape as a .vtk file

Usage

WriteVTKalphashape(
  ashape,
  filename,
  title = filename,
  datatype = c("float", "double")
)

Arguments

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

Value

A .vtk file saved to a given location

See Also

combine.alphashape transform3dalphashape


alexanderbates/catnat documentation built on Sept. 5, 2023, 4:51 a.m.