Adds a text annotation with the p-value from a Rayleigh or Watson-Williams test.
Usage
stat_circular_test(
mapping = NULL,
data = NULL,
geom = "text",
position = "identity",
...,
test = c("rayleigh", "watson_williams"),
x = 0,
y = 1,
digits = 3,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE
)See also
Other circular tests:
rayleigh_test(),
watson_williams_test()