powered by
A barplot of EBVstats is printed.
EBVstats
# S3 method for EBVstats barplot(height, ...)
list of EBVstats.
list
Additional arguments in barplot.
barplot
Plot of EBVstats.
# 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