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

Add set.lags to gglagplot #167

Open
alepmaros opened this issue May 23, 2017 · 2 comments
Open

Add set.lags to gglagplot #167

alepmaros opened this issue May 23, 2017 · 2 comments

Comments

@alepmaros
Copy link

alepmaros commented May 23, 2017

Hello,

I often use the option/parameter set.lags in the lag.plot function from R to specify exactly which lags I want to plot.

The current gglagplot function only allows you to specify a range of lags (1:lags) and plots only those, so I can't do something like this:

lag.plot(ldeaths, set.lags=c(1, 4, 8, 10), do.lines=FALSE)

I was wondering if you chose to only allow to plot a specified range or if implementing the set.lags is a planned/wanted thing.

@terrytangyuan
Copy link
Collaborator

@sinhrks Any thoughts?

@terrytangyuan
Copy link
Collaborator

In my opinion, this set.lags is a wanted thing. You are very welcome to open a PR to add that in!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants