sub-.FLVector: Extract part of FLVector object.

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S3 method for class 'FLVector'
object[pSet = 1:length(object)]

Arguments

object

is a FLVector object

pSet

is a vector representing the indices of elements to extract

Value

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

Examples

1
2
3
WideTable <- FLTable("tblAbaloneWide","ObsID")
flvector <- FLVector[,"Diameter"]
resultFLVector <- flvector[10:1]

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