cbind_rbind: Combine BAf objects by Rows or Columns

Description Usage Arguments Value Author(s) Examples

Description

Both functions works in almost same way as generic forms of them.

Usage

1
2
3
4
5
6
7
## S3 method for class 'BAf'
cbind(..., deparse.level = 1)

cbind_BAf(...)

## S3 method for class 'BAf'
rbind(..., deparse.level = 1)

Arguments

...

one or more objects of the BAf-class

deparse.level

not used. a variable included in the generic function

Value

an object of the BAf-class after binding

Author(s)

Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>

Examples

1
2
3
4
5
6
7
8
data(sba)
summary(sba@binder)

sba2 <- cbind(sba[, 1:3], sba[, 10:20])
summary(sba2)

sba3 <- rbind(sba[1:5, ], sba[10:20, ])
summary(sba3)

Rundmus/BAf-R_package documentation built on May 18, 2020, 12:59 p.m.