print.ActivityIndex {ActivityIndex}R Documentation

Print method for token

Description

Print method for token

Usage

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

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods

Value

No return value, called for side effects

Examples

x = data.frame(RecordNo = rnorm(100), AI = rnorm(100))
class(x) = c("ActivityIndex", class(x))
print(x)

[Package ActivityIndex version 0.3.7 Index]