Learn R Programming

ldaPrototype (version 0.3.1)

pruneSCLOP: Local Pruning State of Topic Dendrograms

Description

The function SCLOP calculates the S-CLOP value for the best possible local pruning state of a dendrogram from dendTopics. The function pruneSCLOP supplies the corresponding pruning state itself.

Usage

pruneSCLOP(dend)

# S3 method for PruningSCLOP plot(x, dend, pruning.par, ...)

pruning.par(pruning)

Arguments

dend

[dendrogram] TopicDendrogram (and dendrogram) object of all considered topics as the output from dendTopics.

x

an R object.

pruning.par

[list] List of parameters to mark the pruning. See section "Details" at dendTopics for default parameters. Types for marking the pruning state are "abline", "color" and "both".

...

additional arguments.

pruning

[list of dendrograms] PruningSCLOP object specifying the best possible local pruning state.

Value

[list of dendrograms] PruningSCLOP object specifying the best possible local pruning state.

Details

For details of computing the S-CLOP values see SCLOP.

For details and examples of plotting the pruning state see dendTopics.

See Also

Other plot functions: dendTopics()

Other SCLOP functions: SCLOP()