We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@sinhrks Any thoughts?
Sorry, something went wrong.
In my opinion, this set.lags is a wanted thing. You are very welcome to open a PR to add that in!
set.lags
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: