read.perms: Read a text file with a collection of permtuations

Description Usage Arguments Value Examples

View source: R/PerMallows.R

Description

This function reads the text file in the specified path and checks if each row is a proper permutation

Usage

1
read.perms(path)

Arguments

path

string with a path

Value

A collection of permutations in matrix form

Examples

1
2
path = system.file("test.txt", package="PerMallows")
sample = read.perms(path)

PerMallows documentation built on May 2, 2019, 6:14 a.m.