cbind.FLMatrix: Combine objects by columns.

Description Usage Arguments Details Value Constraints

Description

cbind combines input objects by columns and forms a FLMatrix.

Usage

1
2
## S3 method for class 'FLMatrix'
cbind(object, ...)

Arguments

object...

can be a sequence of vector, FLVector, matrix, FLMatrix or data frames

Details

cbind takes a sequence of vector, FLVector, matrix, FLMatrix or data frames arguments, combines them by columns and makes a FLMatrix.

Value

cbind returns a FLMatrix object which is the column-wise combination of input arguments.

Constraints

Input matrices, FLMatrices and data frames should have same number of rows.


Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.