Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

SingleComparisonMap

Generic Single Comparison Map functions for creating parallel list methods Internal functions for making eficient comparisons.


Description

Generic Single Comparison Map functions for creating parallel list methods Internal functions for making eficient comparisons.

Usage

SingleComparisonMap(matrix.list, y.mat, MatrixCompFunc, ..., parallel = FALSE)

Arguments

matrix.list

list of matrices being compared

y.mat

single matrix being compared to list

MatrixCompFunc

Function used to compare pair of matrices, must output a vector: comparisons and probabilities

...

Aditional arguments to MatrixCompFunc

parallel

if TRUE computations are done in parallel. Some foreach backend must be registered, like doParallel or doMC.

Value

Matrix of comparisons, matrix of probabilities.

Author(s)

Diogo Melo

See Also


evolqg

Tools for Evolutionary Quantitative Genetics

v0.2-8
MIT + file LICENSE
Authors
Ana Paula Assis, Diogo Melo, Edgar Zanella, Fabio Andrade Machado, Guilherme Garcia
Initial release
2020-11-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.