FianlizeOptiParams {cellmigRation} | R Documentation |
Finalize Output as part of the Optimization Parameter process
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.
cellmigRation:::FianlizeOptiParams(list(1), data.frame(1), 10, FALSE)