Catalog: Collection of class 'Catalog'

Description Usage Arguments Value Author(s) See Also

View source: R/Catalog.R

Description

Constructs or tests for collections

Usage

1
2
3
Catalog(catalog, data, ...)
is.Catalog(x, ignore.class = FALSE)
as.Catalog(x) 

Arguments

catalog

A list of exactly ten elements and zero or more optional elements. See details in Catalog Convention

data

A list of any kind of the same length as catalog

x

Possibly a collection of class Catalog

ignore.class

Test if x is a collection ignoring its class

...

zero or more R objects to include in the construction of the collection

Value

Catalog and as.Catalog return a collection of class Catalog, fully qualified and following the Catalog Convention. If "..." is not missing then all its objects are included in the collection.

is.Catalog returns a logical value.

Author(s)

A.M. Sajo-Castelli

See Also

Catalog Convention, vetools.


vetools documentation built on May 2, 2019, 10:15 a.m.