mvl_xlength {RMVL}R Documentation

Return length of MVL or R vector as a numeric value

Description

Internally this calls R function xlength() rather than length(). This allows to obtain length of larger vectors. For MVL vectors this returns the length of the vector.

Usage

mvl_xlength(x)

Arguments

x

any R object

Value

length of object as as numeric value


[Package RMVL version 1.1.0.0 Index]