sub-.FLTable: Extract part of FLTable object.

Description Usage Arguments Value Examples

Description

[] acts on FLMatrix objects and extracts parts of them.

Usage

1
2
## S3 method for class 'FLTable'
object[rows = 1, cols = 1, drop = TRUE]

Arguments

object

is a FLTable object

rows

is a vector input corresponding to rows to be extracted

cols

is a vector input corresponding to columns to be extracted

drop

logical if dimnames to be dropped

Value

[] returns FLMatrix object after extraction which replicates the equivalent R extraction.

Examples

1
2
fltable <- FLTable("tblAbaloneWide", "ObsID")
resultFLtable <- fltable[1:10,4:6]

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