read_meshfiles: Read multiple 3D mesh files

Description Usage Arguments See Also

View source: R/read_meshfiles.R

Description

A wrapper to automate reading of .ply files into R. Specify a character vector of file paths which are compiled into a nested tibble with one row per file. The names of the files are parsed with parse_mesh_filename() to include the minimum amount of information required to uniquely identify the mesh. Other data such as water content can be added via joins to other data frames. )

Usage

1

Arguments

x

character vector of paths pointing to .ply files

colors

whether to read mesh colors (defaults to TRUE)

...

additional arguments passed to Rvcg::vcgImport()

See Also

Rvcg::vcgImport(), parse_mesh_filename()


evanmascitti/soilmesh documentation built on Sept. 30, 2021, 7:57 a.m.