plot_profiles {prcr} | R Documentation |
Return plot of profile centroids
plot_profiles(d, to_center = F, to_scale = F)
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 |
Returns ggplot2 plot of cluster centroids
A ggplot2 object