Plots the distribution of repeatability estimates from bootstrapping and permutation tests.
# S3 method for rpt
plot(x, grname = names(x$ngroups), scale = c("link",
"original"), type = c("boot", "permut"), main = NULL,
breaks = "FD", xlab = NULL, ...)
An rpt object returned from one of the rpt functions.
The name of the grouping factor to plot.
Either "link" or "original" scale results for results of non-Gaussian functions.
Either "boot" or "permut" for plotting the results of bootstraps or permutations.
Plot title
hist() argument
x-axis title
Additional arguments to the hist() function for customized plotting.
A histogram of the distribution of bootstrapping or permutation test estimates of the repeatability including a confidence interval (CI).
Nakagawa, S. & Schielzeth, H. (2010) Repeatability for Gaussian and non-Gaussian data: a practical guide for biologists. Biological Reviews 85: 935-956