Learn R Programming

wrMisc (version 1.15.3.1)

upperMaCoord: (upper) pairwise x,y combinations

Description

upperMaCoord gets pairwise combinations for 'n' elements; return matrix with x & y coordinates to form all pairwise groups for n elements. But no distinction of 'upper' or 'lower' possible like in triCoord

Usage

upperMaCoord(n)

Value

2-column matrix wiyh indexes for all pairwise combnations of 1:n

Arguments

n

(integer) number of elements for making all pair-wise combinations

See Also

lower.tri, more evolved version triCoord

Examples

Run this code
upperMaCoord(4)

Run the code above in your browser using DataLab