Skip to content

syncrosim/rsyncrosim

Repository files navigation

rsyncrosim

The R interface to SyncroSim

License: MIT Downloads

Latest Release CRAN Version GitHub Version

About SyncroSim

SyncroSim is an open science tool for organizing tabular and spatial data, running geospatial simulation code, and visualizing model results. Its flexible framework supports the integration of code across multiple scripting languages and the use and creation of customizable SyncroSim packages, allowing you to tailor the platform to your specific needs.

For more details, please consult the SyncroSim online documentation.

About rsyncrosim

rsyncrosim is an open-source R package that leverages the SyncroSim command-line interface to simplify scripting model workflows for SyncroSim in R. This R package provides functions for building models from scratch, running those models, and accessing both spatial and tabular model outputs. The rsyncrosim package is designed to work with any SyncroSim package.

A key feature of the rsyncrosim package is its seamless integration with SyncroSim Studio, allowing you to interactively explore and validate your models in the user interface as you step through your R code. Additionally, rsyncrosim facilitates the creation of a permanent, reproducible record of the entire modeling workflow – including pre- and post-processing of model inputs and outputs – in an R script.

Installation

Getting Started