makeArray: Make an array of TRUE/FALSE for given positions

Description Usage Arguments Value Examples

View source: R/processingDistances.R

Description

Make an array of TRUE/FALSE for given positions

Usage

1
makeArray(change, col)

Arguments

change

An araay with names that will be changed into

col

An array with names which will have same names with same order as change array as well as TRUE/FALSE values

Value

Rearranged array

Examples

1
row <- rearrange(c("a", "b", "c"), c("c", "b", "t"))

askv4694/ewasvisual documentation built on Dec. 19, 2021, 5:36 a.m.