Skip to content

tidyverts/ggtime

Repository files navigation

ggtime

Lifecycle: experimental CRAN status

The ggtime package provides tools for graphically analysing time series, with exploration of trend and seasonality. It utilises the tsibble data format for time series and produces plots with ggplot2.

Installation

You can install the development version of ggtime from GitHub with:

# install.packages("remotes")
remotes::install_github("tidyverts/ggtime")

Example

library(ggtime)
library(tsibble)
#> 
#> Attaching package: 'tsibble'
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, union
tsibbledata::aus_production %>% 
  autoplot(Bricks)
#> Warning: Removed 20 rows containing missing values (`geom_line()`).

About

R package for the visualisation of time series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages