Description Usage Arguments Value Author(s) Examples
nmACPlot plots a given variable in a data set against itself "lagged" by one time step.
| 1 2 3 4 | 
| obj | NMProblem or data.frame object | 
| var | Name of the variable to be plotted | 
| tVar | Name of the "time" variable | 
| iVar | Identifier variable | 
| bVars | "by" variables | 
| gVars | grouping variable | 
| titles | Main title | 
| xLabs | x-axis label | 
| yLabs | y-axis label | 
| extraSubset | Not used at the moment | 
| addGrid | logical flag. Should a grid be added? | 
| problemNum | The problem required for a  | 
| subProblems | The sub problem of a run with simulations. | 
| ... | Extra parameters passed to nmScatterPlot | 
Obejct of class multiTrellis
Mango Solutions
| 1 2 3 4 | testDataPath <-  system.file("unittests/testdata/TestRun", package = "RNMGraphics")
testDataList <- RNMImport::importNm("TestData1.ctl", path = testDataPath)
x <- RNMImport::nmData(testDataList)
nmACPlot(x, "IPRED")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.