alloc: Create Object with its Own Memory
Description
alloc is an internal auxiliary function that creates an object
of the size of the input with the goal of allocating new memory for use
in the C functions used by the package.Usage
alloc(input, inputPos = '.GlobalEnv')
Value
A new numeric vector of the appropriate size.