jvm.init: Init R/JVM environment

Description Usage Details References Examples

View source: R/rrepast-engine.R

Description

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

Usage

1

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

1
2
3
## Not run: 
     jvm.init()
## End(Not run)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.