# NOT RUN {
#10 random elements of the orbit of a one-sample test
make.signSpace(5, 10)
#All elements of the orbit of a one-sample test (the size of the space is 2^5 < 1000)
make.signSpace(5, 1000)
# }
# NOT RUN {
#A random rotation matrix of size 3
(r=rom(3))
#verify that it is orthogonal:
r%*%t(r)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab