simplaceUtil | R Documentation |
Provides functions to work with the modeling framework Simplace
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
Gunther Krauss
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.