View source: R/genetic_data_function.R
gen_param | R Documentation |
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.
gen_param(nameexcelfile)
nameexcelfile |
Name or path to the excel file. |
A list with parameters that can be used in the other functions of this package.
## Not run: BPdata <- gen_param("example.xlsx") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.