viewAntares | R Documentation |
This function displays each element of an antaresData
object in a
spreadsheet-like viewer.
viewAntares(x, ...)
x |
An object of class |
... |
Currently unused |
Invisible NULL.
## Not run:
setSimulationPath()
areas <-readAntares()
viewAntares(areas)
output <- studyAntares(areas="all", links = "all", clusters = "all")
viewAntares(output) # Opens three data viewers for each element of output
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.