dim.numdfr: Dimensions of an Object

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Retrieve the dimension of a numdfr object.

Usage

1
2
## S3 method for class 'numdfr'
dim(x)

Arguments

x

numdfr object

Value

vector of length 2, holding the number of rows and number of columns (in that order)

Note

Replacement method is not present, so watch out!!

Author(s)

Nick Sabbe

See Also

NumDfr, dim

Examples

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

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