View source: R/redefine_utils.R
redefine_masks_mask | R Documentation |
Helper to rename a mask within IFC_masks.
redefine_masks_mask(
masks,
images,
to_match_mask = NULL,
to_replace_mask = NULL,
...
)
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. |
a vector of masks definition or names depending on definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.