Learn R Programming

bigGP (version 0.1-5)

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')

Arguments

Value

A new numeric vector of the appropriate size.