setRowNames: Wrapper for 'rownames(x) = y', 'colnames(x) = y'.

View source: R/setRowColNames.R

setRowNamesR Documentation

Wrapper for rownames(x) = y, colnames(x) = y.

Description

Wrapper for rownames(x) = y, colnames(x) = y.

Usage

setRowNames(x, names)

setColNames(x, names)

Arguments

x

[matrix | data.frame]
Matrix or data.frame.

names

[character]
New names for rows / columns.

Value

Changed object x.

Examples

setColNames(matrix(1:4, 2, 2), c("a", "b"))

berndbischl/BBmisc documentation built on Jan. 6, 2023, 12:32 p.m.