Java$asByte {R.utils}R Documentation

Converts a numeric to a Java byte

Description

Converts a numeric to a Java byte.

Usage

## Static method (use this):
## Java$asByte(x, ...)

## Don't use the below:
## S3 method for class 'Java'
asByte(static, x, ...)

Arguments

x

A numeric vector.

...

Not used.

Value

Returns an integer vector.

Author(s)

Henrik Bengtsson

See Also

For more information see Java.


[Package R.utils version 2.11.0 Index]