knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

TSAIB

R package to analyse, estimate time series models and account for intermission bias of satellite observations.

Input file type: NetCDF (Network Common Data Form).

This package needs TMB to be installed. Follow this link for the installation guide: https://github.com/kaskr/adcomp

In order to install TSAIB from GitHub, write the following into the console of R studio:

library(remotes)
install_github("MathiasVendt/TSAIB")

Or by using the devtools package as so:

install.packages('devtools')
devtools::install_github("MathiasVendt/TSAIB")


MathiasVendt/TSAIB documentation built on May 4, 2022, 11:34 p.m.