-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
87 lines (75 loc) · 1.76 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
87
template:
params:
bootswatch: flatly
reference:
- title: Workflow steps
- subtitle: Casting boundaries
desc: Create a spatial boundaries object for your model
- contents:
- spm_as_boundary
- sspm_boundary-class
- subtitle: Discretizing boundaries
desc: Discretize your spatial boundaries object into patches
- contents:
- spm_discretize
- sspm_discrete_boundary-class
- tesselate_voronoi
- triangulate_delaunay
- spm_methods
- as_discretization_method
- discretization_method-class
- subtitle: Casting datasets
desc: Create dataset objects for your raw variables
- contents:
- spm_as_dataset
- sspm_dataset-class
- subtitle: Smoothing biomass
desc: Smooth the raw variables using gams
- contents:
- spm_smooth
- spm_smooth_methods
- smooth_time
- smooth_space
- smooth_space_time
- subtitle: Aggregating catch
desc: Aggregate the catch data according to discretized boundaries
- contents:
- spm_aggregate_catch
- spm_aggregate
- subtitle: Assembling and modifiying SSPM objects
desc: Assemble the model object and prepare it for fitting
- contents:
- sspm
- sspm-class
- spm_split
- spm_lag
- subtitle: Fitting the surplus production model
desc: Fit the model
- contents:
- spm
- sspm_fit-class
- sspm_formula-class
- summary
- subtitle: Predict and plot
desc: Predict and plot results
- contents:
- predict
- predict_intervals
- plot
- title: Datasets
desc: Datasets used in the vignette
- contents:
- borealis_simulated
- catch_simulated
- predator_simulated
- sfa_boundaries
- title: Accessors
desc: Accessors method for various objects
- contents:
- starts_with("spm_boundaries")
- starts_with("sspm_boundary")
- extract
- spm_data
- spm_unique_ID
- raw_formula
- method_func