rbindna: qpcR rbind.na method.

Description Usage Arguments Value Examples

Description

qpcR rbind.na method.

Usage

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

Arguments

...

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

deparse.level

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

Value

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

Examples

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

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

EcotoneFinder documentation built on Feb. 17, 2021, 1:07 a.m.