print.cm: Print class cm

View source: R/printcm_class.R

print.cmR Documentation

Print class cm

Description

This is an S3 print function that Prints only the first 4 elements of cm class objects.

Usage

## S3 method for class 'cm'
print(x, ...)

Arguments

x

Print object.

...

Other parameters associated with the print() function.

Value

A object containing only the first four items.

Examples

numbers<- 1:10
class(numbers)<-"cm"
numbers


BLA documentation built on May 29, 2024, 10:32 a.m.