plotBarrierTree3D: Plot Barrier Tree in 3D

Description Usage Arguments Details Value Examples

View source: R/plotBarrierTree3D.R

Description

Creates a 3D surface plot containing the barrier tree of this cell mapping.

Usage

1
plotBarrierTree3D(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 3D-surface plot, 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
plotBarrierTree3D(feat.object)

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