ggfortify (version 0.4.7)

cbind_wraps: Wrapper for cbind

Description

Wrapper for cbind

Usage

cbind_wraps(df1, df2)

Arguments

df1

1st data

df2

2nd data

Value

list

Examples

Run this code
# NOT RUN {
ggfortify:::cbind_wraps(iris[1:2], iris[3:5])
# }

Run the code above in your browser using DataLab