Quantile-Quantile Linearised Plot for Circular Distributions
Source:R/plotting.R
circular_qqplot.Rd
Uniformly distributed orientations should yield a straight line through the origin. Systematic departures from linearity will indicate preferred orientation in some manner.
Usage
circular_qqplot(
x,
axial = TRUE,
xlab = paste("i/(n+1)"),
ylab = NULL,
main = "Circular Quantile-Quantile Plot",
...
)