cirdata {isocir} | R Documentation |
Random Circular Data.
Description
An example data set. The data have been created randomly for the purpose of running some examples of the functions of the package isocir.
Usage
data(cirdata)
Details
Every data of the vector come from the unit circle [0,2\pi]
.
References
Mardia, K. and Jupp, P. (2000). Directional Statistics, Chichester: Wiley.
See Also
Examples
data(cirdata)
# Put groups of the order in the correct form:
orderGroups <- c(1,1,1,2,2,3,4,4)
# execute CIRE to obtain the CIRE with circular order:
example1CIRE <- CIRE(cirdata, groups = orderGroups, circular = TRUE)
example1CIRE
# if the user wants the graphics:
#plot(example1CIRE)
#plot(example1CIRE, option="cirmeans")
[Package isocir version 2.0-7.1 Index]