View source: R/printwm_class.R
print.wm | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.