plotInformationContent: Plot Information Content

Description Usage Arguments Details Value References Examples

Description

Creates a plot of the Information Content Features.

Usage

1
plotInformationContent(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 plot visualizing the Information Content Features.

References

Examples

1
2
3
4
5
6
# (1) create a feature object:
X = t(replicate(n = 2000, expr = runif(n = 5, min = -10, max = 10)))
feat.object = createFeatureObject(X = X, fun = function(x) sum(x^2))

# (2) plot its information content features:
plotInformationContent(feat.object)

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