-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
57 lines (51 loc) · 1.27 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
# This is the configuration for the mizer website using the pkgdown package.
home:
title: Multiple size-structured resources in mizer
description: An add-on to the mizer package which allows multiple resource spectra to be added to any mizer model.
url: https://sizespectrum.org/mizerMR
authors:
Gustav Delius:
href: https://www.york.ac.uk/maths/staff/gustav-delius/
template:
params:
bootswatch: cerulean
opengraph:
image:
src: man/figures/logo.png
alt: "mizerMR: Multiple size-structured resources in mizer"
twitter:
site: "@mizer_model"
card: summary
toc:
depth: 3
navbar:
structure:
left: [intro, reference, news]
right: [blog, twitter, github]
components:
home: ~
blog:
text: Blog
href: https://blog.mizer.sizespectrum.org
twitter:
icon: "fab fa-twitter fa-lg"
href: https://twitter.com/mizer_model
reference:
- title: Setting multiple resources
- contents:
- resource_params
- setMultipleResources
- newMRParams
- title: Accessing results of simulations
- contents:
- NResource
- plotSpectra
- getDiet
- plotDiet
- plotResourceLevel
- plotResourcePred
- animateSpectra
- title: Internal helper functions
- contents:
- starts_with("valid")
- ends_with("default")