Learn R Programming

selection.index (version 1.2.1)

meanPerformance: Mean performance of phenotypic data

Description

Mean performance of phenotypic data

Usage

meanPerformance(data, genotypes, replications)

Value

Dataframe of mean performance analysis

Arguments

data

data for analysis

genotypes

genotypes vector

replications

replication vector

Examples

Run this code
meanPerformance(data = seldata[, 3:9], genotypes = seldata[, 2], replications = seldata[, 1])


Run the code above in your browser using DataLab