`nrow` and `ncol` return the number of rows or columns present in `mvdf(x)`.

# S4 method for mvdf_obj
nrow(x)

# S4 method for mvdf_obj
ncol(x)

Arguments

x

An object inheriting from `mvdf_obj`

Value

An integer of length 1 or NULL.