-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
90 lines (85 loc) · 2.5 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
development:
mode: release
url: https://levisc8.github.io/ipmr
authors:
Sam Levin:
href: https://github.com/levisc8
template:
params:
bootswatch: yeti
navbar:
title: "ipmr"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Functions"
href: reference/index.html
- text: "Vignettes"
menu:
- text: "Introduction to ipmr"
href: articles/ipmr-introduction.html
- text: "General IPMs"
href: articles/general-ipms.html
- text: "Index Notation in ipmr"
href: articles/index-notation.html
- text: "Age X Size IPMs"
href: articles/age_x_size.html
- text: "Density/Frequency Dependent IPMs"
href: articles/density-dependence.html
- text: "proto_ipm Data Structure"
href: articles/proto-ipms.html
- text: "News"
href: news/index.html
reference:
- title: "IPM Construction and Reporting"
desc: >
Functions for initializing an IPM, constructing sub-kernels, defining
numerical integration, defining initial conditions, defining the
environmental state, handling eviction, and generating automated reports
describing the IPM.
- contents:
- init_ipm
- starts_with("define")
- truncated_distributions
- use_vr_model
- starts_with("make_ipm")
- title: "Projection Diagnostics"
desc: >
Evaluate the behavior of the population projection.
- contents:
- conv_plot
- title: "Access parts of a proto_ipm and IPM objects"
desc: >
Extract and set various pieces of information from `proto_ipm` and IPM
objects.
- contents:
- domains
- collapse_pop_state
- title: "Further Analyses"
desc: >
Functions to for analysis of asymptotic dynamics, and helpers to extract
information needed for analysis of stochastic dynamcis.
- contents:
- lambda
- right_ev
- make_iter_kernel
- mean_kernel
- mat_power
- right_mult
- starts_with("as.matrix")
- title: "Printing and Plotting"
desc: >
Functions to print and plot `proto_ipm` and IPM objects.
- contents:
- ipm_to_df
- starts_with("print")
- starts_with("plot")
- title: "Exported Data"
desc: >
Pre-built `proto_ipm`s and a set of raw demographic data for an [Israeli
Carpobrotus population](https://doi.org/10.1371/journal.pone.0250879).
- contents:
- sim_di_det_ex
- gen_di_det_ex
- iceplant_ex
- monocarp_proto