gen_param: Importing genetic parameters from excel file

View source: R/genetic_data_function.R

gen_paramR Documentation

Importing genetic parameters from excel file

Description

This function can be used to import data (heritabilities, variances, correlations) from a excel file with a specific format, and it produces a list. If this list is called 'BPdata', then the genetic parameters do not need to be specified anymore in the other functions.

Usage

gen_param(nameexcelfile)

Arguments

nameexcelfile

Name or path to the excel file.

Value

A list with parameters that can be used in the other functions of this package.

Examples

## Not run: 
BPdata <- gen_param("example.xlsx")

## End(Not run)

AquaBPsim documentation built on March 18, 2022, 6:40 p.m.