powered by
Empirical depth ranking based on Tukey<U+2019>s ranking procedure (Tukey, 1977) adapted to the circular setting (Buttarazzi et al, 2018).
CircularTukeyDepth(x)
numeric; a vector of class circular in units=c("degrees", "radians")
circular
units=c("degrees", "radians")
a two column matrix of circular observations with corresponding depth value
the depth-based circular median as an object of class circular
the depth-based circular inter-quartile range as an object of class circular
Buttarazzi D., Pandolfo G., Porzio G.C. (2018). A boxplot for circular data, Biometrics.
Tukey, J. W. (1977). Exploratory Data Analysis. MA: AddisonWesley, Reading (UK).
CircularBoxplot
# NOT RUN { #install.packages("circular") require(circular) data1 <- rvonmises(50, circular(pi/2), 5) CircularTukeyDepth(data1) # }
Run the code above in your browser using DataLab