plotBarrierTree2D: Plot Barrier Tree in 2D

Description Usage Arguments Details Value Examples

View source: R/plotBarrierTree2D.R

Description

Creates a 2D image containing the barrier tree of this cell mapping.

Usage

1
plotBarrierTree2D(feat.object, control)

Arguments

feat.object

[FeatureObject]
A feature object as created by createFeatureObject.

control

[list]
A list, which stores additional control arguments. For further information, see details.

Details

Possible control arguments are:

Value

[plot].
A 2D image, visualizing the barrier tree of this cell mapping.

Examples

1
2
3
4
5
6
7
8
# create a feature object
X = createInitialSample(n.obs = 900, dim = 2)
f = smoof::makeAckleyFunction(dimensions = 2)
y = apply(X, 1, f)
feat.object = createFeatureObject(X = X, y = y, fun = f, blocks = c(4, 6))

# plot the corresponing barrier tree
plotBarrierTree2D(feat.object)

flacco documentation built on April 1, 2020, 1:06 a.m.