headm: Display of the first part of a data set

View source: R/headm.R

headmR Documentation

Display of the first part of a data set

Description

Function headm displays the first part and the dimension of a data set.

Usage


headm(X)

Arguments

X

A matrix or dataframe.

Value

See the example.

Examples


n <- 1000
p <- 200
X <- matrix(rnorm(n * p), nrow = n)

headm(X)


mlesnoff/rchemo documentation built on April 15, 2023, 1:25 p.m.