barplot.EBVstats: barplot EBV Stats

Description Usage Arguments Value Author(s) Examples

Description

A barplot of EBVstats is printed.

Usage

1
2
## S3 method for class 'EBVstats'
barplot(height, ...)

Arguments

height

list of EBVstats.

...

Additional arguments in barplot.

Value

Plot of EBVstats.

Author(s)

Wilson Lara <wilarhen@temple.edu>, Victor Gutierrez-Velez <victorhugo@temple.edu>

Examples

1
2
3
height  <- list(mean = abs(rnorm(4)), sd = abs(rnorm(4)))
class(height) <- 'EBVstats'
barplot(height, main = '\nEBV Stats')

forestChange documentation built on March 26, 2020, 7:26 p.m.