Learn R Programming

crtests (version 0.2.1)

remove_names: Set any names of x to ""

Description

Set any names of x to ""

Set row and column names to "" for pretty printing

Usage

remove_names(x)
"remove_names"(x)

Arguments

x
An object that has a 'names' property, typically a matrix, list or data.frame
matrix
Matrix to 'remove' colnames and rownames from

Value

Matrix where colnames and rownames consist of only ""

Methods (by class)

  • matrix: Remove names from a matrix