knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rstep: a workflow for STEP-GENDEC-CN model under R

R-CMD-check

Overview

Introducing rstep: Automating Workflow for 1D and 2D STEP-GENDEC-CN simulations

rstep is an R package designed to simplify and automate the essential tasks involved in performing 1D or 2D STEP-GENDEC-CN simulations. With rstep, you can streamline your workflow, from preparing model input data to executing the model and visualizing the results, all within the comfort of your Rstudio environment.

Key Features of rstep:

1- Model Input Data Preparation: rstep provides automated functions to simplify the preparation of model input data. Say goodbye to manual formatting and transformation, and effortlessly convert your data into a suitable format for STEP-GENDEC-CN.

2- Seamless Model Execution: Execute your 1D or 2D simulations directly from Rstudio with ease. rstep seamlessly interfaces with STEP-GENDEC-CN, allowing you to initiate simulations and monitor progress without the need to switch between environments.

3- Automated Visualization: Save time by automating the visualization of your simulation results. rstep offers a range of visualization tools and functions, enabling you to generate informative plots and graphs effortlessly.

Installation

The development version of rstep can be installed from GitHub:

install.packages("remotes")
remotes::install_github("fredi-agbohessou/rstep")

Some examples

Calling a STEP soil file for formatting

rstep::sol

Run the model from R

#run_step_1D(step_daily_original=step_path,
#            daily_original=filepath)

References :



MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.