createPos: Create a 2-column matrix from two vectors

Description Usage Arguments Value Examples

View source: R/createPos.R

Description

Create a 2-column matrix from two vectors

Usage

1
createPos(X, Y)

Arguments

X

one array of length n

Y

another array of length n

Value

A 2-column numerical matrix

Examples

1
createPos(c(1,2,3), c(1,4,9))

julianstanley/RatioTools documentation built on May 21, 2019, 4:06 a.m.