cassava_EC | R Documentation |
An example germplasm characterisation data of a subset of IITA Cassava
collection \insertCitebenjamin_cassava_2019EvaluateCore. Includes data on
26 (out of 62) descriptors for 1684 (out of 2170) accessions. It is used to
demonstrate the various functions of EvaluateCore
package.
cassava_EC
A data frame with 58 columns:
Colour of unexpanded apical leaves
Length of stipules
Petiole colour
Distribution of anthocyanin
Leaf retention
Level of branching at the end of flowering
Colour of boiled tuberous root
Number of levels of branching
Angle of branching
Colours of unexpanded apical leaves at 9 months
Leaf vein colour at 9 months
Total number of plants remaining per accession at 9 months
Petiole length at 9 months
Storage root peduncle
Storage root constrictions
Position of root
Number of storage root per plant
Total root number per plant
Total fresh weight of storage root per plant
Total root weight per plant
Total fresh weight of storage shoot per plant
Total shoot weight per plant
Total plant weight
Average plant weight
Amount of rotted storage root per plant
Storage root dry matter
Further details on how the example dataset was built from the original data is available online.
data(cassava_EC) summary(cassava_EC) quant <- c("NMSR", "TTRN", "TFWSR", "TTRW", "TFWSS", "TTSW", "TTPW", "AVPW", "ARSR", "SRDM") qual <- c("CUAL", "LNGS", "PTLC", "DSTA", "LFRT", "LBTEF", "CBTR", "NMLB", "ANGB", "CUAL9M", "LVC9M", "TNPR9M", "PL9M", "STRP", "STRC", "PSTR") lapply(seq_along(cassava_EC[, qual]), function(i) barplot(table(cassava_EC[, qual][, i]), xlab = names(cassava_EC[, qual])[i])) lapply(seq_along(cassava_EC[, quant]), function(i) hist(table(cassava_EC[, quant][, i]), xlab = names(cassava_EC[, quant])[i], main = ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.