headm | R Documentation |
Function headm
displays the first part and the dimension of a data set.
headm(X)
X |
A matrix or dataframe. |
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.