headm | R Documentation |
Function headm
returns the first part and the dimension of a matrixor data frame.
headm(X)
X |
A |
See the example.
n <- 1000
p <- 200
X <- matrix(rnorm(n * p), nrow = n)
headm(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.