meanPerformance {selection.index} | R Documentation |
Mean performance of phenotypic data
Description
Mean performance of phenotypic data
Usage
meanPerformance(data, genotypes, replications)
Arguments
data |
data for analysis |
genotypes |
genotypes vector |
replications |
replication vector |
Value
Dataframe of mean performance analysis
Examples
meanPerformance(data = seldata[, 3:9], genotypes = seldata[, 2], replications = seldata[, 1])
[Package selection.index version 1.2.0 Index]