addComponentInput | Adds an input to a sim component. |
addCSVOutput | Adds a new CSV output to solution. |
addMemoryOutput | Adds a new memory output to solution. |
addOutputVariable | Adds output variable to an existing output |
addTimingSimComponent | Adds elements for timing the execution time of sim components... |
addUserVariable | Adds an user variable to the 'variables' section |
changeAllOutputTypesToMemory | Changes all non-MEMORY outputs from solution to MEMORY... |
changeOutputType | Changes the type of an output from CSV to MEMORY or vice... |
componentsToGraph | Creates a graph from component and links dataframe |
createCodeStubsForSimVariables | Create java and xml code stubs from a csv file |
createResourceStubsFromCsv | Creates XML stubs for interface and resource section from CSV... |
createResourceStubsFromXml | Creates XML stubs for interface and resource section from XML... |
enhanceFunctionWithBoundaries | Modifies function to return a penalty value for parameters... |
fetchDescriptionFromWebsite | Fetches the Description (as HTML source code) of a... |
fetchSimComponentlistFromWebsite | Fetches the list of SimComponents from the Simplace Website |
fetchSimVariablesFromWebsite | Fetches the SimVariables table for a SimComponent from... |
filterEdges | Selects edges of specific timestep |
getComponents | Gets components for a solution |
getElementsFromSolutionFile | Get component and links dataframe from solution file |
getLinkingFromComponent | Get components that are linked from given component |
getLinkingToComponent | Get components that link to given components |
getLinks | Get the dataframe of links between components |
getMemoryOutputIds | Get ids of memory outputs |
getMetadataForFile | Get metadata from file |
getNeighborhood | Get the simcomponents in the neighborhood of given components |
getOutputFilenames | Get filenames of file outputs |
getSolutionFromFile | Reads a solution from file |
getSolutionFromText | Reads a solution from text |
getSolutionInfoAsDataframe | Get info for a solution |
getTextFromSolution | Converts a solution to text |
getUserVariables | Gets user variables for a solution |
getVars | Get the variables from source, rule etc. attributes |
isSolution | Determines the solution by it's file extension |
markVariables | Add the prefix "variables" if there is none |
parseDate | Converts date (class 'character') column from output file to... |
plotLayeredOutput | Plots layered output |
plotScalarOutput | Plots scalar output |
removeComponentInput | Removes an input for component |
removeNonMemoryOutputs | Removes all non-MEMORY outputs from solution. |
removeOutput | Removes output with given id |
removeOutputVariable | Removes an output variable from a given output |
replaceVariable | Replaces a variable with another. |
replaceVariablesWithValues | Replaces variables with content |
runSimplaceGuiApp | Runs Shiny app |
setInputValue | Sets the value of an input for a given parent element |
setInputValueForCategory | Sets the value of an input in all elements of the given... |
simComponentType | Determines the type of sim component by class attribute |
simplaceUtil | Package with utility function for working with Simplace |
solutionToGraph | Creates a graph from a solution |
swapComponents | Swaps the order of SimComponents in the solution |
transformLayeredData | Transform layered output data in long format |
writeSolutionToFile | Writes solution to file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.