any.all.fts: Logical subsets of objects

Description Usage Arguments Value Author(s) Examples

Description

Find subsets of logical objects

Usage

1
2
3
4

Arguments

x

a rectangular object

Value

a logical vector

Author(s)

Whit Armstrong

Examples

1
2
3
4
5
6
7
x <- fts(seq(from=Sys.Date(),by="months",length.out=50),matrix(rnorm(100),nrow=50))
jj <- x > 0
row.all(jj)
row.any(jj)

col.any(x > 0)
col.all(x > -3)

fts documentation built on May 2, 2019, 9:17 a.m.

Related to any.all.fts in fts...