print.ActivityIndex {ActivityIndex} | R Documentation |
Print method for token
## S3 method for class 'ActivityIndex' print(x, ...)
x |
an object used to select a method. |
... |
further arguments passed to or from other methods |
x = data.frame(RecordNo = rnorm(100), AI = rnorm(100)) class(x) = c("ActivityIndex", class(x)) print(x)