Finds which elements of a permutation object are fixed
# S3 method for word
fixed(x)
# S3 method for cycle
fixed(x)
Object of class word
or cycle
Returns a Boolean vector corresponding to the fixed elements of a permutation.
# NOT RUN { fixed(as.cycle(1:3)+as.cycle(8:9)) # elements 4,5,6,7 are fixed fixed(id) data(megaminx) fixed(megaminx) # }