getValueFromArray: Get a value from an array

Description Usage Arguments Value

View source: R/javaFunctions.R

Description

This function returns the value at location given by the index parameter.

Usage

1
getValueFromArray(object, ..., affinity. = 1)

Arguments

object

a java.object that represents an array

...

a series of integers that correspond to the index of the value. Note that in Java the first index is 0

affinity.

an optional parameter for multithreading (see the mclapply.j4r function)

Value

the value at the location


J4R documentation built on July 23, 2020, 9:06 a.m.