print.wm: Print class wm

View source: R/printwm_class.R

print.wmR 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 print() function.

Value

A object containing only the first four items.

Examples

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


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