autogentags | R Documentation |
Retrieves or sets the Auto Generation Tags for a Scenario
.
autogentags(ssimObject) ## S4 method for signature 'character' autogentags(ssimObject) ## S4 method for signature 'Scenario' autogentags(ssimObject) autogentags(ssimObject) <- value ## S4 replacement method for signature 'character' autogentags(ssimObject) <- value ## S4 replacement method for signature 'Scenario' autogentags(ssimObject) <- value
ssimObject |
|
value |
character |
Returns the Auto Generation Tags.
## Not run: # Get the Auto Generation Tags for a SyncroSim Scenario autogentags(myScenario) # Set the Auto Generation Tags for a SyncroSim Scenario autogentags(myScenario) <- "myTag" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.