Learn R Programming

forestChange (version 1.0)

barplot.EBVstats: barplot EBV Stats

Description

A barplot of EBVstats is printed.

Usage

# S3 method for EBVstats
barplot(height, ...)

Arguments

height

list of EBVstats.

Additional arguments in barplot.

Value

Plot of EBVstats.

Examples

Run this code
# NOT RUN {
height  <- list(mean = abs(rnorm(4)), sd = abs(rnorm(4)))
class(height) <- 'EBVstats'
barplot(height, main = '\nEBV Stats')

# }

Run the code above in your browser using DataLab