# NOT RUN {
## sepal width and length of the versicolor subset of the Iris data
X = datasets::iris[51:100,1:2]
## the non-bootstrap test
HufferPark(X, c = 2)
## the bootstrap tests
HufferPark(X, c = 2, R = 10, sector="orthants", nJobs=2)
HufferPark(X, c = 2, R = 10, sector="bivariateangles", g = 3, nJobs=2)
HufferPark(X, c = 2, R = 10, sector="permutations", nJobs=2)
# }
Run the code above in your browser using DataLab