| extract_patch_params | R Documentation |
Internal helper function to parse patch diameters (D, DI, DA) from a PyTLidar-generated QSM filename. Falls back to default values if not present.
extract_patch_params(
filepath,
default_patch1,
default_patch2min,
default_patch2max
)
filepath |
Character. Full path to the QSM file. |
default_patch1 |
Numeric. Default value for D (patch_diam1). |
default_patch2min |
Numeric. Default value for DI (patch_diam2min). |
default_patch2max |
Numeric. Default value for DA (patch_diam2max). |
A named list with elements 'patch_diam1', 'patch_diam2min', and 'patch_diam2max'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.