summary.catalogo: Shows a summary, a panoramic overview in temporal or spatial...

Description Usage Arguments Note Author(s) See Also Examples

Description

Given a list in the Catalog Convention format, these functions print or plot a summary of the stations data and meta-data.

Usage

1
2
3
4
5
6
## S3 method for class 'Catalog'
summary(object, ...)
## S3 method for class 'Catalog'
plot(x, ...)
## S3 method for class 'Catalog'
print(x, ...)

Arguments

object

An object of class catalogo.

x

An object of class catalogo.

...

See panorama and panomapa.

Note

The method print calls the function panorama and the method plot calls panomapa.

Author(s)

A.M. Sajo-Castelli

See Also

CatalogConvention

Examples

1
2
3
4
5
6
## Not run: 
collection = read.HIDROX('test-HIDROX.csv')
summary(collection)
print(collection)
plot(collection)
## End(Not run)

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