knitr::opts_chunk$set(
  collapse = TRUE,
  warning = FALSE,
  message = FALSE,
  echo = FALSE,
  eval = TRUE,
  comment = "#>"
)

src_pth <- strsplit(getwd(), "vignettes")[[1]][1]

library(ggplot2)
library(patchwork)
library(kableExtra)
library(cowplot)
library(viridis)
library(fda)
library(fda.usc)
library(fdaoutlier)
library(parallel)
library(dbscan)
library(data.table)
library(igraph)
library(StatPerMeCo)
library(pROC)
library(cowplot)
library(latex2exp)

source(here::here("R/visualization_tools.R"))
source(here::here("R/help_funs.R"))

theme <- theme_bw() + theme(legend.position = "None")
theme_set(theme)





\textit{Acknowledgements}
This work has been funded by the German Federal Ministry of Education and Research (BMBF) under Grant No. 01IS18036A. The authors of this work take full responsibility for its content.

\textit{Reproducibility}
All R code and data to fully reproduce the results are freely available on GitHub: \url{https://github.com/HerrMo/fda-geo-out}.

\appendix


\renewcommand\bibname{\leftline{References}} \setlength{\bibsep}{0.0pt}



HerrMo/fda-geo-out documentation built on March 18, 2022, 8:54 a.m.