qpcr.cbind.na {HDXBoxeR} | R Documentation |
Combine data of unequal row length avoiding repetition or errors by filling with NAs. In contrast to classical cbind, cbind.na can be used to combine data such as
qpcr.cbind.na(..., deparse.level = 1)
... |
vectors |
deparse.level |
set to 1 as default |
data frame with NA
qpcr.cbind.na(1:10, 1:3)