View source: R/javaFunctions.R
as.JavaArray | R Documentation |
Converts an R array into a Java array.
as.JavaArray(values, affinity. = 1)
values |
a vector or a matrix |
affinity. |
an optional parameter for multithreading (see the mclapply.j4r function) |
a java.object reference that points a Java array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.