Learn R Programming

KarsTS (version 2.4.1)

KarsTS-package: KarsTS

Description

KarsTS

Arguments

Details

KarsTS is a package for microclimate time series, with an emphasis on undergroung environments, such as caves. Microclimate research typically includes CO2 and Rn concentrations, temperature and humidity time series, amongst others. Many of these time series have a strong nonlinear behavior and they often contain significant gaps. KarsTS provides linear and non-linear analysis and filling methods, as well as tools to manipulate easily time series and gap sets.

The interface KarsTS is opened by running the function KarsTS on the R or RStudio console. It has five menus: Time Series, Gap Sets, Analysis, Plots and Filling. Time Series menu: time series basic manipulation (loading, saving, resampling, scaling, rounding, etc.). Gap Sets menu: gap sets basic manipulation (loading, saving, selection, MCAR Little's test etc.). Gap sets manipulation allows to apply a filling method to a subset of gaps in a time series (for example, gaps smaller than a certain length). Analysis menu: linear and non-linear analytic procedures (statistics, rolling statistics, loess decomposition,invariants, recurrence matrices, stationarity and linearity tests etc.). Plots menu: tools for plotting recurrence matrices, time series, phase portraits, manual removal of points etc. It contains also analytic procedures with mainly graphical results (linear correlation, mutual information, false nearest neighbors etc.). Filling menu: univariate and multivariate methods to fill missing values in time series (interpolation, ARIMA, random forest algorithm etc.).

See the User's Guide for more information.