You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As requested in #141, it would be useful if plotClusterTrajectories(data.frame) adds the cluster proportions into the cluster labels, similar to plotClusterTrajectories(lcModel).
Generalizing this further, the cluster label logic should be moved into the internal core function to ensure all plotClusterTrajectories methods use the same labeling mechanism.
The text was updated successfully, but these errors were encountered:
The plotClusterTrajectories function now has a clusterLabeler argument that takes a function(clusterNames, cluserSizes) to output the respective labels. Default is the make.clusterPropLabels function.
As requested in #141, it would be useful if
plotClusterTrajectories(data.frame)
adds the cluster proportions into the cluster labels, similar toplotClusterTrajectories(lcModel)
.Generalizing this further, the cluster label logic should be moved into the internal core function to ensure all
plotClusterTrajectories
methods use the same labeling mechanism.The text was updated successfully, but these errors were encountered: