print.subset {ssBase}R Documentation

Method for Generic Function

Description

This function provides a method for the generic function print to be used on objects with class "subset".

Usage

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

Arguments

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

Examples

data(NZ55)
a <- subsetrect(NZ55)

print(a)
print.default(a)

[Package ssBase version 2.2-1 Index]