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)

rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to jvm.init in rrepast...