print.wm {BLA} | R Documentation |
Print class wm
Description
This is an S3 print function that Prints only the first 4 elements of wm class objects.
Usage
## S3 method for class 'wm'
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)<-"wm"
numbers
[Package BLA version 1.0.1 Index]