plot_profiles {prcr} | R Documentation |
Return plot of profile centroids
Description
Return plot of profile centroids
Usage
plot_profiles(d, to_center = F, to_scale = F)
Arguments
d |
summary data.frame output from create_profiles_cluster() |
to_center |
whether to center the data before plotting |
to_scale |
whether to scale the data before plotting |
Details
Returns ggplot2 plot of cluster centroids
Value
A ggplot2 object
[Package prcr version 0.2.1 Index]