Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cartesianExpand

expands two data.frames using the Cartesian product


Description

takes the cartesian product of two data.frames

Usage

cartesianExpand(x, y)

Arguments

x

a data.frame

y

a data.frame

Value

a data.frame

Examples

x = data.frame("a" = 1:5, "b" = 6:10)
y = data.frame("z" = letters[1:5], "y" = letters[6:10])
cartesianExpand(x, y)

mmpf

Monte-Carlo Methods for Prediction Functions

v0.0.5
MIT + file LICENSE
Authors
Zachary Jones [aut, cre]
Initial release
2018-10-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.