run_stics: Run STICS

View source: R/run_stics.R

run_sticsR Documentation

Run STICS

Description

Helper function to start a simulation using STICS executable

Usage

run_stics(dirpath = getwd(), exe_name = "stics")

Arguments

dirpath

USM directory path

exe_name

(optional) The executable name.

Value

The function prints the STICS output to the console and returns TRUE if STICS ran successfully, or an error if any problem occured

Examples

## Not run: 
library(sticRs)
run_stics()

## End(Not run)

VEZY/sticRs documentation built on Oct. 26, 2023, 7:37 a.m.