| print.subset {ssBase} | R Documentation |
This function provides a method for the generic function print to be used on objects with class "subset".
## S3 method for class 'subset': print(x, ...)
x |
a subset object. |
... |
other options for printing "subset" objects.
|
data(NZ55) a <- subsetrect(NZ55) print(a) print.default(a)