Description Usage Arguments Value Examples
Creates an Cluster Analysis Report object
1 2 | ## S3 method for class 'ClusterAnalysisObj'
makeReport(analysis.obj)
|
analysis.obj |
[ |
A ClusterAnalysisReport Object
1 2 3 4 5 6 7 | ## Not run:
cluster.task = makeClusterTask(id = "iris", data = iris,
method = "cluster.kmeans")
cluster.analysis.result = makeClusterAnalysis(cluster.task)
cluster.analysis.report = makeReport(cluster.analysis.result)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.