fit_graph_list: Fit lots of graphs to data.
Description
Fits a list of graphs to given data using parallel computation. This function
needs doParallel
, foreach
and parallel
installed.
Usage
fit_graph_list(data, graphs, cores)
Arguments
cores
Number of cores used.