Learn R Programming

ZeBook (version 1.1)

Bean: Bean gene-based models dataset

Description

Genetic data for the common bean (Phaseolus vulgaris L) that was based on a population created by C. E. Vallejos (personal communication; also see Bhakta et al., 2015, 2017) by crossing two widely-differing cultivars of bean (Calima, an Andean type, with Jamapa, a Mesoamerican type). Bean$marker : Bean Marker Data Bean$MET : Weather data on 5 Locations Bean$QTL : QTL Data Bean$modelpar : Dynamic Model parameters

Usage

Bean

Arguments

Format

a List including 4 data.frame Bean$marker, Bean$MET, Bean$QTL, Bean$modelpar.

Examples

Run this code
# NOT RUN {
# show the maker of JC1 to JC9 values for both parents (JAM and CAL)
# and 5 cRILS (RIJC001 to RIJC005)
Bean$marker[2:8,1:10]
# show the first value of weather data
head(Bean$MET)
# show the value of QTL
Bean$QTL[4:10,1:10]
# show the value of
Bean$modelpar
# }

Run the code above in your browser using DataLab