Description Usage Arguments Details Value Examples
View source: R/all_functions_v8.R
Finalize Output as part of the Optimization Parameter process
1 | FianlizeOptiParams(all_results, all_params, target_cell_num, plot)
|
all_results |
list, including all intermediates |
all_params |
data.frame, including all parameter combinations to test |
target_cell_num |
numeric, number of expected cells |
plot |
logical, shall a series of plots be generated |
This is an internal function supporting the Optimization Parameter process
a list including test results; an empty list is returned if an error is encountered.
1 | cellmigRation:::FianlizeOptiParams(list(1), data.frame(1), 10, FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.