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