Description Usage Arguments Value Examples
View source: R/myBasicFunctions.R
Show the corner of a matrix
1 |
matrix |
a matrix or a dataframe |
size |
the size to display (default is 5) |
corner |
the corner to display ("topleft", "topright", "bottomleft", or "bottomright"), default is "topleft" |
method |
the method to select the top or bottom, default is 'minmax', can also be 'headtail'. |
a matrix or a dataframe 'size' by 'size'.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.