simplePVect: A function to print a vector at the C level.

Description Usage Arguments Details Value Author(s) Examples

View source: R/simpleFuns.R

Description

This function takes as input any vector, matrix or array of numeric values and passes that array out to C, where it is printed, in order from the first value stored to the last, regardless of the dimensioning information. And information about the location is printed as well.

Usage

1

Arguments

iV

The input vector.

Details

As above.

Value

NULL is returned. The function is called only for its side effects.

Author(s)

R. Gentleman

Examples

1

RBioinf documentation built on Nov. 8, 2020, 11:11 p.m.