Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotClusterTrajectories() with ribbon for trajectory range #68

Closed
niekdt opened this issue Oct 18, 2021 · 0 comments
Closed

plotClusterTrajectories() with ribbon for trajectory range #68

niekdt opened this issue Oct 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@niekdt
Copy link
Collaborator

niekdt commented Oct 18, 2021

Add an option to plotClusterTrajectories() to enable a ribbon plot for useful ranges (e.g., SD, standard error, quartiles, min-max)

This could be achieved through the existing trajectories argument.

Whereas trajectories = TRUE shows the original trajectories, other options could be enabled through:
plotClusterTrajectories(trajectories = "range") for min-max
plotClusterTrajectories(trajectories = "sd") for standard deviation
plotClusterTrajectories(trajectories = "se") for standard error
plotClusterTrajectories(trajectories = "quartile") for interquartile range
And arbitrary percentile intervals using the format \d{1,2}pct
e.g., plotClusterTrajectories(trajectories = "80pct") for 80th percentile range

The benefit of specifying the options through character strings is that this could enable a subtitle describing what range the ribbon presents. With arbitrary function input for trajectories, this would get more difficult.

@niekdt niekdt added the enhancement New feature or request label Oct 18, 2021
@niekdt niekdt added this to the 1.2.0 milestone Oct 18, 2021
@niekdt niekdt self-assigned this Oct 18, 2021
@niekdt niekdt closed this as completed Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant