print.catalogue {ssBase}R Documentation

Method for Generic Function

Description

This function provides a method for the generic function print to use on objects of class "catalogue".

Usage

## S3 method for class 'catalogue':
print(x, ...)

Arguments

x a catalogue object.
... other options for printing "catalogue" objects.

See Also

summary.catalogue, as.catalogue

Examples

data(NZ55)
print(NZ55)

[Package ssBase version 2.2-1 Index]