tutorials:sensitivity-analysis-using-grolink-and-gror
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tutorials:sensitivity-analysis-using-grolink-and-gror [2025/06/06 17:11] – [Example: Morris Screening using the sensitivity package] t | tutorials:sensitivity-analysis-using-grolink-and-gror [2025/09/24 16:31] (current) – t | ||
|---|---|---|---|
| Line 217: | Line 217: | ||
| {{: | {{: | ||
| + | |||
| + | |||
| + | ===== Dump of R code to grab datasets via API ===== | ||
| + | <code R> | ||
| + | wb <- GroLink.open(" | ||
| + | | ||
| + | |||
| + | GroR:: | ||
| + | |||
| + | WBRef.runRGGFunction(wb, | ||
| + | WBRef.runRGGFunction(wb, | ||
| + | WBRef.runRGGFunction(wb, | ||
| + | |||
| + | string <- WBRef.getDataset(wb," | ||
| + | |||
| + | out <- read.csv(textConnection(WBRef.getDataset(wb," | ||
| + | |||
| + | WBRef.close(wb) | ||
| + | |||
| + | plot(m) | ||
| + | </ | ||
| + | |||
tutorials/sensitivity-analysis-using-grolink-and-gror.1749222692.txt.gz · Last modified: 2025/06/06 17:11 by t
