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 |
list of column and row variables |
margins |
vector of variable names to margin over |
Variables that can't be margined over are dropped silently.
Hadley Wickham <h.wickham@gmail.com>