isvalid: Determine the validity of a 'zoocat' Object

Description Usage Arguments Value Examples

Description

Determine the validity of a "zoocat" object.

Usage

1
2
3
4
isvalid(x)

## S3 method for class 'zoocat'
isvalid(x)

Arguments

x

a zoocat object.

Value

a logic variable.

Examples

1
2
3
4
x <- matrix(1 : 20, nrow = 5)
colAttr <- data.frame(month = c(2, 3, 5, 6), name = 'sst')
zc <- zoocat(x, order.by = 1991 : 1995, colattr = colAttr)
isvalid(zc)

ran-ran/zoocat documentation built on May 26, 2019, 10:56 p.m.