Fixed elements
Finds which elements of a permutation object are fixed
## S3 method for class 'word' fixed(x) ## S3 method for class 'cycle' fixed(x)
x |
Object of class |
Returns a Boolean vector corresponding to the fixed elements of a permutation.
The function is vectorized; if given a vector of permutations,
fixed()
returns a Boolean vector showing which elements are fixed
by all of the permutations.
This function has two methods: fixed.word()
and
fixed.cycle()
, neither of which coerce.
Robin K. S. Hankin
fixed(as.cycle(1:3)+as.cycle(8:9)) # elements 4,5,6,7 are fixed fixed(id) data(megaminx) fixed(megaminx)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.