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)


sjoerdvds/crtests documentation built on May 30, 2019, 12:05 a.m.