Tail | R Documentation |
Works as function tail, erase rownames, works faster
Tail(x, n) ## Default S3 method: Tail(x, n = 5L) ## S3 method for class 'numeric' Tail(x, n = 5L) ## S3 method for class 'logical' Tail(x, n = 5L) ## S3 method for class 'character' Tail(x, n = 5L) ## S3 method for class 'matrix' Tail(x, n = 5L)
x |
object |
n |
int |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.