hhead | R Documentation |
Shows the first n
rows and the first n
columns of a matrix,
in case the matrix has more than n+5
rows or columns.
Otherwise, it shows all the rows or columns, respectively.
hhead(mat, n = 5, sel_assay = 1)
mat |
Object to be shown |
n |
Number of rows and columns |
sel_assay |
Character or integer, indicating the assay to be translated in the SummarizedExperiment. Default is 1. |
Matrix with as much as n
rows and n
columns.
mat <- matrix(rnorm(100), ncol = 10) hhead(mat) hhead(mat, 3) hhead(mat, 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.