Learn R Programming

admixturegraph (version 1.0.2)

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

data
The data table.
graphs
List of graphs.
cores
Number of cores used.

Value

A list of fast_fit results.

See Also

all_graphs

fit_permutations_and_graphs