check_cv: Check TRN Assembly

Description Usage Arguments Value Examples

View source: R/check_cv.R

Description

check_cv Check whether all CV runs fullfil requirements.

Usage

1
check_cv(x, hybrid_split = "_")

Arguments

x

A matrix containing cross-validation folds inside columns and hybrid names in rows.

hybrid_split

Character that separates parents in hybrid names.

Value

'success', if all checks were successful.

Examples

1
2
3
data(hybrid_nms)
check_cv(sample_cv(hybrid_nms, n_mother = 39, n_father = 33, n_hyb_trn = 200,
                    min_size = 25, rounds = 100, hybrid_split = "_"))

mwesthues/sspredr documentation built on May 23, 2019, 10:56 a.m.