Learn R Programming

rrepast (version 0.4.0)

jvm.init: Init R/JVM environment

Description

Initialize rJava and repast environment with classpath. This function is called internally and it is not meant to be used directlly.

Usage

jvm.init()

Arguments

Details

The default parameters can be changed as needed calling the primitive jvm.set_parameters befor instantiating the model engine.

References

[1] rJava: Low-Level R to Java Interface. Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields.

Examples

Run this code
jvm.init()

Run the code above in your browser using DataLab