Learn R Programming

zoocat (version 0.2.0.1)

isvalid: Determine the validity of a zoocat Object

Description

Determine the validity of a "zoocat" object.

Usage

isvalid(x)

# S3 method for zoocat isvalid(x)

Arguments

x

a zoocat object.

Value

a logic variable.

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab