| rxStack {RxODE} | R Documentation |
Stack a solved object for things like ggplot
rxStack(Data, vars = NULL)
Data |
is a RxODE object to be stacked. |
vars |
Variables to include in stacked data; By default this is all the variables when vars is NULL. |
Stacked data with value and trt, where value is the values
and trt is the state and lhs variables.
Matthew Fidler