redefine_masks_mask {IFC} | R Documentation |
IFC_masks Mask Redefinition
Description
Helper to rename a mask within IFC_masks.
Usage
redefine_masks_mask(
masks,
images,
to_match_mask = NULL,
to_replace_mask = NULL,
...
)
Arguments
masks |
an 'IFC_masks' object or a data.frame containing masks definition and name. Default is missing. |
images |
a data.frame containing images definition. Default is missing. |
to_match_mask |
a string with a mask name to use for matching 'masks' names. Default is NULL |
to_replace_mask |
a string of mask name to use for replacing 'masks' names. Default is NULL |
... |
Other arguments to be passed. |
Value
a vector of masks definition or names depending on definition.
[Package IFC version 0.2.1 Index]