findCrossoverExample {xegaGpGene}R Documentation

Prints a random example of crossover for a crossover method given a random number seed.

Description

The purpose of this function is to support the search for examples for generating unit tests for crossover functions whose behavior depends on random numbers.

Usage

findCrossoverExample(FUN, s, verbose = TRUE)

Arguments

FUN

String. Specification of crossover method.

s

Integer. Seed of random number generator.

verbose

Boolean. If TRUE (default), print example to console.

Value

No return.

Examples

findCrossoverExample(FUN="AllCross2Gene", s=2)

[Package xegaGpGene version 1.0.0.0 Index]