Skip to content

gridl/tsibblestats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsibblestats

Travis build status

tsibblestats provides example datasets for use with the tidyverts family of packages.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidyverts/tsibblestats")

Example

library(tsibblestats)
library(tsibbledata)
#> Loading required package: tsibble
#> 
#> Attaching package: 'tsibble'
#> The following object is masked from 'package:stats':
#> 
#>     filter
elecdemand %>% 
  ACF(Temperature, lag.max=48) %>%
  autoplot

About

Analysis of tidy time series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%