Learn R Programming

antaresRead (version 2.2.95)

viewAntares: View the content of an antares output

Description

This function displays each element of an antaresData object in a spreadsheet-like viewer.

Usage

viewAntares(x, ...)

Value

Invisible NULL.

Arguments

x

An object of class antaresData, generated by the function readAntares.

...

Currently unused

Examples

Run this code
if (FALSE) {
setSimulationPath()

areas <-readAntares()
viewAntares(areas)

output <- studyAntares(areas="all", links = "all", clusters = "all")
viewAntares(output) # Opens three data viewers for each element of output
}

Run the code above in your browser using DataLab