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