remove_names: Set any names of x to ""

Description Usage Arguments Value Methods (by class)

Description

Set any names of x to ""

Set row and column names to "" for pretty printing

Usage

1
2
3
4
remove_names(x)

## S3 method for class 'matrix'
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)


crtests documentation built on May 1, 2019, 9:09 p.m.