knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
library(abject)

x <- raad$new("south-ice")
x$get_date("2011-01-01")
x$get_date_range(c("2011-01-01", "2011-01-31"))
## what are we dealing with here
x$summary_files()

x$calculate_climatology(seq(as.Date("2017-01-01"), by = "5 days", length = 15))
## maybe we need to update
x$refresh_files()


mdsumner/abject documentation built on May 22, 2019, 4:28 p.m.