identity.permutation {PerMallows}R Documentation

Generate identity the permutation

Description

This function generates the identity permutation of a given number of items

Usage

identity.permutation(perm.length)

Arguments

perm.length

number of items in the permutation

Value

The identity permutation of the specified number of items

Examples

identity.permutation(3)
identity.permutation(7)

[Package PerMallows version 1.13 Index]