knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.showtext = TRUE )
esqlabsR's projects are set up in a four steps process:
While step 1 need to be done just once, you will be able to iterate easily as you fine tune your simulation and plots using simple code and excel files.
This first step is to initialize the specific directories and file structure required for the workflows.
The output is a ProjectConfiguration
object that will be used
in many steps during the rest of the process.
Learn more in vignette("esqlabsR-project-structure")
.
In esqlabsR, simulations are defined as scenarios, which are set up during this step.
Learn more in vignette("esqlabsR-design-scenarios")
.
After scenarios have been set up, the simulations are run, and the results are returned.
Learn more in vignette("esqlabsR-run-simulations")
.
esqlabsR
implements convenient and automated ways to generate various plots for visual representation of simulation results.
Learn more in vignette("esqlabsR-plot-results")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.