Description Usage Arguments Details Value See Also
Set file options (opening and saving) for digitMesh.character
.
1 2 |
M |
A character value indicating either a mesh filename (with extension) contained in |
sdir |
A character value indicating the path for the directory containing either the mesh to digitize or the
subdirectory containing the mesh files to digitize. |
patt |
A character value within { |
deci.suffix |
A character value indicating the suffix added (or to add) at the end of the decimated mesh
filenames and before the exension. |
deci.dir |
A character value indicating the name of the subdirectory in |
saveTPS |
Either a character value indicating the name (with extension) for the TPS filename to export
landmark coordinates, or a |
overwrite |
A logical value taking values within { |
append |
A logical value taking values within { |
This function allows user to set several parameters for mesh file opening and saving as well as TPS export
needed during the call of digitMesh.character
. With no arguments, this function returns the
default settings for file options. Any of those options can be modified by setting new values for the
corresponding arguments. Non-filled arguments will be set to default. Ill-filled arguments will return
errors or warnings.
Depending on the user choice to perform the mesh decimation either during the mesh digitization, or to use
already decimated meshes, the options linked to the decimated mesh (deci.suffix
, deci.dir
)
will concern either the saving of those meshes, or their opening.
Additionnally to the provided parameters, this function will return the information of the directory containing the full mesh(es) as well as the filename(s) of full mesh(es) to treat.
A list of those parameters plus the information of the directory containing the full mesh(es) (
full.dir
, as a character value) and the filename(s) of full mesh(es) to treat (full.files
as a character vector).
setDecimOptions
, setGraphicOptions
, setTemplOptions
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.