plot.inbreed {inbreedR} | R Documentation |
Plot an inbreed object
## S3 method for class 'inbreed'
plot(x, true_g2 = FALSE, plottype = c("boxplot",
"histogram"), ...)
x |
An |
true_g2 |
For plotting a |
plottype |
deprecated. "boxplot" or "histogram" to plot the output of r2_hf() and to show either the boxplots through resampling of loci or the histogram from the bootstrapping of r2 over individuals. |
... |
Additional arguments to the hist() function for the g2 and HHC functions. Additional arguments to the boxplot() function for plotting the result of the r2_hf() function. |
Martin Stoffel (martin.adam.stoffel@gmail.com)