Skip to contents

The goal of rsic2 is to provide a R interface to build, compute, and exploit results of simulations handled by the SIC² software.

Installation

You can install the development version of rsic2 from GitHub with:

# install.packages("pak")
pak::pak("inrae/rsic2")

Usage

Load the library:

library(rsic2)

Display the documentation:

help(package = "rsic2")