simplaceUtil: Package with utility function for working with Simplace

simplaceUtilR Documentation

Package with utility function for working with Simplace

Description

Provides functions to work with the modeling framework Simplace

Details

  • get elements of a simplace solution as dataframes

  • visualise the structure of a solution as a graph

  • helper functions for transforming output data

  • simplified plot functions for simulation output variables

  • shinyApp to visualise graphs, run simulations and plot results

Author(s)

Gunther Krauss

Examples

## Not run: 
# run the GUI
runSimplaceGuiApp()

## End(Not run)

# visualise the solution structure as graph
graph <- solutionToGraph(system.file("solution", "Yield.sol.xml",
  package = "simplaceUtil"))
DiagrammeR::render_graph(graph)

simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.