View source: R/redefine_utils.R
redefine_features_def | R Documentation |
Helper modify features_def according to masks or images redefinition.
redefine_features_def(
features_def,
masks,
images,
to_match_feat = NULL,
to_replace_feat = NULL,
...
)
features_def |
an 'IFC_features_def' object, or a list containing features definition. Default is missing. |
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_feat |
a string with a features_def name to use for matching 'features_def' names. Default is NULL |
to_replace_feat |
a string of features_def name to use for replacing 'features_def' names. Default is NULL |
... |
Other arguments to be passed. |
a list whose members are:
-features_def, an 'IFC_features_def' object, or a list containing features definition
-masks, an 'IFC_masks' object or a data.frame containing masks definition and name.
-images, a data.frame containing images definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.