Helper function to start a simulation using STICS executable

run_stics(dirpath = getwd())

Arguments

dirpath

USM directory path

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

if (FALSE) { library(sticRs) run_stics() }