cbindna {EcotoneFinder}R Documentation

qpcR cbind.na method.

Description

qpcR cbind.na method.

Usage

cbindna(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices. See base::cbind

deparse.level

integer controlling the construction of labels in the case of non-matrix-like arguments. See base::cbind

Value

a matrix combining the ... arguments column-wise.

Examples

### Vectors:
a <- c(rep(1, 5), NA, seq(1:5))
b <- c(rep(1, 4), NA, seq(1:7))

# Complete shorter vector with NAs:
cbindna(a,b)


[Package EcotoneFinder version 0.2.3 Index]