-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
47 lines (34 loc) · 949 Bytes
/
README.Rmd
File metadata and controls
47 lines (34 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# stExtremes
Tools for spatio-temporal modelling of sea-level extremes with INLA.
<!-- badges: start -->
<!-- badges: end -->
The goal of stExtremes is to ...
## Installation
You can install the development version of stExtremes with:
```{r eval=F}
## install.packages("devtools")
devtools::install_github("EireExtremes/stExtremes")
## Or
devtools::install_github("EireExtremes/stExtremes",
dependencies = TRUE)
```
## Example
# Acknowledgements
This work has emanated from research conducted with the financial
support of Science Foundation Ireland and co-funded by GSI under Grant
number 20/FFP-P/8610.
```{r fig, echo=FALSE}
knitr::include_graphics("man/figures/logos2.png")
```