Learn R Programming

rYWAASB (version 0.2)

bar_plot2: The second barplot of the ranks of genotypes

Description

[Stable]

  • bar_plot2() creates the 2nd barplot of the ranks of genotypes using the graphics package.

Usage

bar_plot2(datap, verbose = FALSE)

Value

Returns an object of class gg, graphics

Arguments

datap

The data set

verbose

If verbose = TRUE then some results are printed

Author

Ali Arminian abeyran@gmail.com

Examples

Run this code
# \donttest{
data(maize)
bar_plot2(maize, verbose = FALSE)
# }

Run the code above in your browser using DataLab