pruneSCLOP {ldaPrototype} | R Documentation |
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 class 'PruningSCLOP'
plot(x, dend, pruning.par, ...)
pruning.par(pruning)
Arguments
dend |
[ |
x |
an R object. |
pruning.par |
[ |
... |
additional arguments. |
pruning |
[ |
Details
For details of computing the S-CLOP values see SCLOP
.
For details and examples of plotting the pruning state see dendTopics
.
Value
[list of dendrograms
]
PruningSCLOP
object specifying the best possible
local pruning state.
See Also
Other plot functions:
dendTopics()
Other SCLOP functions:
SCLOP()