knitr::opts_chunk$set( collapse = TRUE, comment = "", fig.path = "inst/extdata/" )
toolStability
: Tool for Stability Indices Calculation suppressWarnings(devtools::load_all(".")) wholetext <- packageDescription("toolStability", fields = "Description") Section<- strsplit(wholetext,"This R") text1 <- Section[[1]][1] text2 <- unlist(strsplit(paste0("This R",Section[[1]][2]),"\n"))
r text1
r "There are 11 stability indices in this package."
r text2[1]
r text2[2]
r text2[3]
r text2[4]
r text2[5]
r text2[6]
The package can be installed from CRAN as follows:
install.packages('toolStability', dependencies=TRUE)
The development version can be installed from github as follows:
if (!require('devtools')) install.packages('devtools') devtools::install_github("Illustratien/toolStability") # or if (!require('remotes')) install.packages('remotes') remotes::install_github("Illustratien/toolStability")
There are 11 stability indices in this package. A detailed tutorial with examples and references: click here.
To know whats new in this version type:
news(package='toolStability')
Main publication analysis and visualization pipeline
Dataset documentation on Zenodo
Package documentation on Zenodo
toolStability
To cite the methods in the package please use:
Wang, TC., Casadebaig, P. & Chen, TW. More than 1000 genotypes are required to derive robust relationships between yield, yield stability and physiological parameters: a computational study on wheat crop. Theor Appl Genet 136, 34 (2023). https://doi.org/10.1007/s00122-023-04264-7
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.