print.cm {BLA} | R Documentation |
Print class cm
Description
This is an S3 print function that Prints only the first 4 elements of cm class objects.
Usage
## S3 method for class 'cm'
print(x, ...)
Arguments
x |
Print object. |
... |
Other parameters associated with the |
Value
A object containing only the first four items.
Examples
numbers<- 1:10
class(numbers)<-"cm"
numbers
[Package BLA version 1.0.1 Index]