print.ActivityIndex: Print method for token

Description Usage Arguments Value Examples

View source: R/print.ActivityIndex.R

Description

Print method for token

Usage

1
2
## 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

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

javybai/ActivityIndex documentation built on Feb. 27, 2021, 8:30 p.m.