Description Usage Arguments Value Examples
Writes a rmd file for the ClusterAnalysis Report [WIP]
1 2 3 | ## S3 method for class 'ClusterAnalysisReport'
writeReport(report, sub.dir = "Data_Report",
save.mode = TRUE, override = FALSE)
|
report |
[ |
sub.dir |
[ |
save.mode |
[ |
override |
[ |
Invisible NULL
1 2 3 4 5 6 7 8 | ## Not run:
cluster.task = makeClusterTask(id = "iris", data = iris,
method = "cluster.kmeans")
cluster.analysis.result = makeClusterAnalysis(cluster.task)
cluster.analysis.report = makeReport(cluster.analysis)
writeReport(report, save.mode = FALSE, override = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.