Description Usage Arguments See Also
View source: R/read_meshfiles.R
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.
)
1 | read_meshfiles(x, colors = TRUE, ...)
|
x |
character vector of paths pointing to .ply files |
colors |
whether to read mesh colors (defaults to TRUE) |
... |
additional arguments passed to |
Rvcg::vcgImport()
, parse_mesh_filename()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.