Virtual Laboratory Environment rvle
A multi-modeling and simulation environment to study complex systems
Brought to you by:
quesnel
A R binding for the VFL.
See AUTHORS and COPYRIGHT for the list of contributors.
The source tree is currently hosted on Github and Sourceforge. To view the repository online: https://github.com/vle-forge/rvle The URL to clone it:
git clone git://github.com/vle-forge/rvle.git
Once you have met requirements, compiling and installing is simple:
cd rvle ./autogen.sh cd .. R CMD INSTALL rvle
This software in GPLv3 or later. See the file COPYING. Some files are under a different license. Check the headers for the copyright info.
f <- rvle.open(file="test_simulation.vpz", pkg="test_port") result <- rvle.run(f) checkEquals(class(result$view), "data.frame")