-
Notifications
You must be signed in to change notification settings - Fork 24
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
gg_season() for annual data #111
Comments
I think it is simpler to interpret when starting at 1. |
Yes, it should start at 1.
…On Mon., 27 Jul. 2020, 15:25 Rob J Hyndman, ***@***.***> wrote:
I think it is simpler to interpret when starting at 1.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#111 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3BJFYG5HZG5JO6TA4UZTLR5UFTRANCNFSM4PILZCEA>
.
|
library(feasts)
#> Loading required package: fabletools
lynx_tsbl <- as_tsibble(lynx)
gg_season(lynx_tsbl, value, period = "40 year") Created on 2020-07-28 by the reprex package (v0.3.0) |
The x-axis values are not expected, akin to other relevant issues.
Cheers,
Earo
…On 29 Jul 2020, at 1:46, mitchelloharawild wrote:
``` r
library(feasts)
#> Loading required package: fabletools
lynx_tsbl <- as_tsibble(lynx)
gg_season(lynx_tsbl, value, period = "40 year")
```

<sup>Created on 2020-07-28 by the [reprex
package](https://reprex.tidyverse.org) (v0.3.0)</sup>
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#111 (comment)
|
mitchelloharawild
added a commit
that referenced
this issue
Jul 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should the series of
1821
start at 0 instead of 21?Created on 2020-07-27 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: