Runs the app "AIRSHIP".

airship(
  dfData = NULL,
  cLastInputVar = NULL,
  cReplicationVar = NULL,
  bIsFacts = FALSE
)

Arguments

dfData

Dataset that should be plotted by Airship; can be NULL if upload should be done within the app.

cLastInputVar

Optional and only useful in combination with dfData. Character name of last input variable.

cReplicationVar

Optional and only useful in combination with dfData. Character name of simulation replication variable.

bIsFacts

Boolean variable; is the supplied dfData a FACTS aggregated simulation file.

Value

No return value

Examples


if (FALSE) {
airship()
airship(data)
}

# See Vignette.