filter_opt_mods_df | R Documentation |
keep only optimal models in a data.frame
filter_opt_mods_df(df, qsm_idx_col = "qsm_idx", opt_qsm_idxs)
df |
PARAM_DESCRIPTION |
qsm_idx_col |
PARAM_DESCRIPTION, Default: 'qsm_idx' |
opt_qsm_idxs |
PARAM_DESCRIPTION |
If opt_qsm_idxs is empty, then the full dataframe is return unaltered
OUTPUT_DESCRIPTION
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.