intermingle.cbind | R Documentation |
Combine 2 data frames (of the same length) so that form every odd and every even element of a unified list. Useful for side-by-side comparisons, e.g. in wstripchart_list().
intermingle.cbind(df1, df2)
df1 |
A data frame. |
df2 |
A data frame. |
A data frame that combines df1
and df2
, with the columns of df1
alternating with the columns of '
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.