float (version 0.2-4)

names: names

Description

"name" setter/getters.

Usage

# S4 method for float32
names(x)

# S4 method for float32 names(x) <- value

# S4 method for float32 rownames(x)

# S4 method for float32 rownames(x) <- value

# S4 method for float32 colnames(x)

# S4 method for float32 colnames(x) <- value

# S4 method for float32 dimnames(x)

# S4 method for float32 dimnames(x) <- value

Arguments

x

A float vector/matrix.

value

Replacement value.