Learn R Programming

ActivityIndex (version 0.3.7)

print.ActivityIndex: Print method for token

Description

Print method for token

Usage

# S3 method for 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

Run this code
# NOT RUN {
x = data.frame(RecordNo = rnorm(100), AI = rnorm(100))
class(x) = c("ActivityIndex", class(x))
print(x)
# }

Run the code above in your browser using DataLab