Description Usage Arguments Details Value Author(s) Examples
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.
1 | simplePVect(iV)
|
iV |
The input vector. |
As above.
NULL
is returned. The function is called only for its side effects.
R. Gentleman
1 | simplePVect(1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.