Description Usage Arguments Details Value
View source: R/batch_process_meshes.R
This function automates a process that I do repeatedly after collecting 3D scans.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
date |
character string corresponding to date 3D scans were collected |
rtmatrix |
a 4x4 matrix. Normally supplied by passing a character string
corresponding to one of the YYYY-MM-DD dates in the |
downsample |
Whether to reduce the number of faces by calling
|
n_faces |
if |
recolor |
whether to re-color the meshes based on the average hex color of a digital image taken during testing |
write_cols |
whether to write a csv file containing the hex color codes for each specimen (into the /derived_data/\<date\> directory) |
save_metrics |
whether to write a csv file containing morphometrics data derived from this set of meshes |
dne_tarface |
number of faces to further downsample mesh to compute DNE metric |
snapshots |
whether to capture screenshots of the meshes (by default, both 16x9 and 4x3 are written) |
overwrite |
whether to over-write existing files in the target directory (if they have identical names) |
... |
Other arguments passed to |
experimental
Writes files to disk and prints a message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.