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

Doesn't work unless source data are in time order #2

Closed
ellisp opened this issue Feb 14, 2016 · 0 comments
Closed

Doesn't work unless source data are in time order #2

ellisp opened this issue Feb 14, 2016 · 0 comments

Comments

@ellisp
Copy link
Owner

ellisp commented Feb 14, 2016

eg

ldeaths_sorted <- ldeaths_df[order(ldeaths_df$deaths), ]

  ggplot(ldeaths_sorted, aes(x = YearMon, y = deaths, colour = sex)) +
       stat_decomp(frequency = 12)

The fix will be to sort it by x during the stat.

@ellisp ellisp closed this as completed in f54be7e Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant