Skip to contents

Default print method for any hv_data subclass. Subclasses may override this with a more informative implementation (see print.hv_survival() for an example), but all fall back to this when no specific method is registered.

Usage

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

Arguments

x

An hv_data object.

...

Ignored; present for S3 consistency.

Value

x, invisibly.