Learn R Programming

ggRandomForests (version 1.1.0)

combine: combine two gg_partial objects

Description

The combine.gg_partial function assumes the two gg_partial object were generated from the same randomForestSRC::rfsrc object. Further, we assume the combine is along the group variable.

Usage

combine(x, y, labels, ...)

Arguments

x
gg_partial object
y
gg_partial object
labels
how to label the combined data.
...
not used