permutations (version 1.0-9)

fixed: Fixed elements

Description

Finds which elements of a permutation object are fixed

Usage

# S3 method for word
fixed(x)
# S3 method for cycle
fixed(x)

Value

Returns a Boolean vector corresponding to the fixed elements of a permutation.

Arguments

x

Object of class word or cycle

Author

Robin K. S. Hankin

See Also

tidy

Examples

Run this code
fixed(as.cycle(1:3)+as.cycle(8:9))   # elements 4,5,6,7 are fixed
fixed(id)


data(megaminx)
fixed(megaminx)


Run the code above in your browser using DataCamp Workspace