plot.cluster_analysis {eyetrackingR} | R Documentation |
Visualize the results of a cluster analysis.
Description
Plots the result of the bootstrapping cluster analysis. A histogram of the sum statistics for the shuffled (null) distribution, with the sum statisics for each of the clusters indicated by dashed lines.
Usage
## S3 method for class 'cluster_analysis'
plot(x, ...)
Arguments
x |
object returned by cluster_analysis() |
... |
Ignored |
Value
A ggplot object
[Package eyetrackingR version 0.2.1 Index]