whichItemsClassName | R Documentation |
This will identify all the items in a list that are of a class named nameClass. The result is a list with two items. Indices contains the indices (locations) of the items, and names contains the name.
whichItemsClassName(sim, nameClass = "simResult")
sim |
Simulation object |
nameClass |
name of class |
list with two items. See description.
## Not run: whichItemsClassName(sim, "simResult")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.