intermingle.cbind: intermingle.cbind

View source: R/CodeAndRoll2.R

intermingle.cbindR Documentation

intermingle.cbind

Description

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().

Usage

intermingle.cbind(df1, df2)

Arguments

df1

A data frame.

df2

A data frame.

Value

A data frame that combines df1 and df2, with the columns of df1 alternating with the columns of '


vertesy/CodeAndRoll2 documentation built on Nov. 20, 2024, 5:23 a.m.