knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.