View source: R/redefine_utils.R
split_feat | R Documentation |
Helper to split a features definitions within IFC_features_def.
split_feat(
features_def,
all_names = names(features_def),
alt_names = NULL,
m_names = sprintf("M%02i", 1:12),
i_names = sprintf("Ch%02i", 1:12),
comb_operators = c("+", "-", "*", "/", "(", ")", "ABS", "COS", "SIN", "SQR", "SQRT"),
extr_operators = c("true", "false", "True", "False"),
split = "|",
force = FALSE
)
features_def |
an 'IFC_features_def' object or a list containing features definition. Default is missing. |
all_names |
the names of all allowed names. |
alt_names |
vector of same length as |
m_names |
names of masks. |
i_names |
names of images. |
comb_operators |
operators used for combined features. Default is |
extr_operators |
operators used for non combined features. Default is |
split |
string used for splitting. Default is |
force |
whether to force splitting even if |
an 'IFC_features_def' object, or a list containing features definition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.