Print method for token

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

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods

Examples

x = data.frame(RecordNo = rnorm(100), AI = rnorm(100)) class(x) = c("ActivityIndex", class(x)) print(x)
#> Showing head and tail rows #> RecordNo AI #> 1 -1.400043517 -0.3872136 #> 2 0.255317055 -0.7854327 #> 3 -2.437263611 -1.0567369 #> 4 -0.005571287 -0.7955414 #> 5 0.621552721 -1.7562754 #> 6 1.148411606 -0.6905379 #> RecordNo AI #> 95 0.4861489 1.7637894 #> 96 1.6728826 0.1329921 #> 97 -0.3543612 0.3764993 #> 98 0.9463479 1.1387077 #> 99 1.3168264 1.2412631 #> 100 -0.2966400 0.6120909