dimnames.numdfr: Dimnames of an Object

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve or set the dimnames of a numdfr object.

Usage

1
2
3
4
## S3 method for class 'numdfr'
dimnames(x)
## S3 replacement method for class 'numdfr'
dimnames(x) <- value

Arguments

x

numdfr object to get/set te dimnames of.

value

new value for the dimnames

Value

list of two (possibly named) items, the first one holding the row names (if any), the second one holding the row names.

Author(s)

Nick Sabbe

See Also

NumDfr, dimnames

Examples

1
2
iris.nd<-numdfr(iris)
dimnames(iris.nd)

NumDfr documentation built on May 2, 2019, 5:50 p.m.