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