gvcR
: Genotypic Variance ComponentsFunctionalities to compute model based genetic components i.e. genotypic variance, phenotypic variance and heritability for given traits of different genotypes from replicated data using methodology explained by Burton, G. W. & Devane, E. H. (1953) (doi:10.2134/agronj1953.00021962004500100005x) and Allard, R.W. (2010, ).
The package can be installed from CRAN as follows:
install.packages("gvcR", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/gvcR")
To know whats new in this version type:
news(package = "gvcR")
gvcR
To cite the R package gvcR
in publications use:
citation("gvcR")
Please, support this project by citing it in your publications!
Yaseen M, Ullah S (2018). _gvcR: Genotypic Variance Components_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {gvcR: Genotypic Variance Components},
author = {Muhammad Yaseen and Sami Ullah},
year = {2018},
journal = {The Comprehensive R Archive Network (CRAN)},
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.