-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
69 lines (63 loc) · 1.92 KB
/
_pkgdown.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
url: https://github.com/noaa-afsc/sdmgamindex/
csl: 'https://raw.githubusercontent.com/citation-style-language/styles/master/apa-no-ampersand.csl'
bibliography: 'https://raw.githubusercontent.com/afsc-gap-products/citations/main/cite/bibliography.bib'
template:
bootstrap: 5
bslib:
pkgdown-nav-height: 100px
navbar:
structure:
left: [reference, vignettes, articles, citation, news]
components:
reference:
text: Functions
href: reference/index.html
vignettes:
text: Vignettes
menu:
- text: Intro to GAMs
href: articles/A-gam-basics.html
- text: Fitting a spatiotemporal model and deriving an abundance index
href: articles/B_gam_sdmTMB_example.html
- text: Compare {sdmgamindex} to regular GAMs
href: articles/C-model-comparisons.html
- text: sdmgamindex case study with and without covariates for the Eastern Bering Sea
href: articles/D-ebs-case-study.html
- text: sdmgamindex case study with and without covariates fot the Gulf of Alaska
href: articles/D-goa-case-study.html
news:
text: Release Notes
menu:
- text: "v 2022.09.26"
href: "https://github.com/noaa-afsc/sdmgamindex/releases/tag/2022.09.26"
footer:
structure:
right: FALSE
left: built_with
home:
sidebar: FALSE
reference:
- title: Get Data Format
contents:
- starts_with("get_")
- title: Functions
contents:
- "anova_likelihood_ratio_test"
- "calc_distance"
- "concentration_transform"
- "consistency_external"
- "consistency_internal"
- "convert_crs"
- "convert_deg_rad"
- "export_surveyidx"
- "fix_age_group"
- "qres_tweedie"
- "redo_surveyidx"
- title: Plot Functions
contents:
- starts_with("plot_")
- title: Data
contents:
- "noaa_afsc_public_foss"
- "noaa_afsc_biomass_estimates"
- "pred_grid_ebs"