---
title: "Vignettes for texmex package"
author: "Harry Southworth and Janet E.\ Heffernan"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{texmexVignettes}
  %\VignetteEngine{knitr::rmarkdown}
  \usepackage[utf8]{inputenc}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

There are vignettes for the following areas of `texmex` functionality:

  * Univariate extreme value modelling
  * Multivariate conditional extreme value modelling
  * Extreme value modelling of dependent series
  * Extended Generalized Pareto Distribution 3 (EGP3) in texmex
  * The `texmex` validation suite

These can be found at the following location [https://github.com/janetheffernan/texmexVignettes].