jvm.init {rrepast} | R Documentation |
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()
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
## Not run:
jvm.init()
## End(Not run)
[Package rrepast version 0.8.0 Index]