Stack a solved object for things like default ggplot2 plot
Arguments
- data
is a rxode2 object to be stacked.
- vars
Variables to include in stacked data; By default this is all the variables when vars is NULL.
When vars is
simand comes from arxode2ui simulation with multiple endpoints (ie it has aCMTin the simulation), it will rework the data as if it was stacked based the value based on the compartments in the multiple endpoint model.When the vars is
sim.endpoint1it will subset the stack to endpoint1, you can also have `c("sim.endpoint1", "sim.endpoint2") and the "stack" will subset to endpoint1 and endpoint2.When you specify the
simtype variables they have to be all prefixed withsimotherwise, the stack will not treat them differently.- doSim
boolean that determines if the "sim" variable in a
rxSolvedataset is actually "stacking" based on the endpoint (TRUE) or simply treatingsimas a variable.- doIpredSim
boolean that determines if the "ipredSim" variable in a
rxSolvedataset is actually "stacking" based on the endpoint (TRUE) or simply treatingipredSimas a variable.
