margin.vars {reshape} | R Documentation |
Works out list of variables to margin over to get desired margins.
margin.vars(vars = list(NULL, NULL), margins = NULL)
vars |
column variables |
margins |
row variables |
|
vector of variable names to margin over. |
Variables that can't be margined over are dropped silently.
Hadley Wickham <h.wickham@gmail.com>