Learn R Programming

J4R (version 1.0.8)

getValueFromArray: Get a value from an array

Description

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

Usage

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