-
Notifications
You must be signed in to change notification settings - Fork 22
/
_pkgdown.yml
160 lines (154 loc) · 3.67 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
title: FSA
url: https://fishr-core-team.github.io/FSA/
authors:
Derek H. Ogle:
href: http://derekogle.com
Jason Doll:
Powell Wheeler:
Alexis Dinno:
template:
bootstrap: 5
bootswatch: flatly
development:
mode: release
reference:
- title: Age Comparisons
desc: Summarize and visualize bias and precision among multiple estimates of age for individual fish.
contents:
- ageBias
- agePrecision
- plotAB
- title: Age-Length Keys
desc: Process age-length keys including assigning ages to indvidual fish and visualizing a key.
contents:
- alkIndivAge
- alkPlot
- alkAgeDist
- alkMeanVar
- title: Size Structure
desc: Efficiently calculate and summarize proportional size distribution (PSD) data.
contents:
- PSDlit
- psdVal
- psdPlot
- psdCalc
- psdCI
- psdAdd
- tictactoe
- title: Condition and Weight-Length
desc: Efficiently calculate and summarize relative weight and visualize weight-length data among groups with different slopes.
contents:
- WSlit
- wsVal
- wrAdd
- lwCompPreds
- title: Abundance (Capture-Recapture)
desc: Estimate abundance with capture-recapture data, including handling and summarizing data in a capture history format.
contents:
- mrClosed
- mrOpen
- capHistConvert
- capHistSum
- title: Abundance (Depletion)
desc: Estimate abundance with depletion and removal data.
contents:
- depletion
- removal
- title: Individual Growth
desc: Fit various growth models (von Bertalanffy, Gompertz, logistic, Richards, Schnute) to individual fish.
contents:
- vbFuns
- vbStarts
- Schnute
- SchnuteRichards
- title: Mortality Rates
desc: Estimate mortality rates from catch curve data and empirical models.
contents:
- catchCurve
- chapmanRobson
- metaM
- title: Stock-Recruiment
desc: Fit various (Beverton-Holt, Ricker, Shepherd) stock-recruitment functions.
contents:
- srFuns
- srStarts
- title: Utilities (Fisheries-Specific)
desc: Utilities that are likely useful only to fisheries scientists.
contents:
- addZeroCatch
- expandCounts
- expandLenFreq
- lencat
- title: Utilities (General Statistics)
desc: Utilities of a statistical nature that are likely to be useful to a fisheries scientist.
contents:
- binCI
- hyperCI
- poiCI
- boot
- dunnTest
- extraSS
- geomean
- hist.formula
- histFromSum
- htest
- ksTest
- logbtcf
- lrt
- nlsBoot
- nlsTracePlot
- pcumsum
- rSquared
- se
- Summarize
- sumTable
- title: Utilities (Other)
desc: Miscellaneous utilities.
contents:
- FSA
- capFirst
- col2rgbt
- fact2num
- fishR
- headtail
- is.even
- kCounts
- lagratio
- perc
- peek
- repeatedRows2Keep
- validn
- title: Data
desc: Data files.
contents:
- BluegillJL
- BrookTroutTH
- ChinookArg
- CodNorwegian
- CutthroatAL
- Ecoli
- Mirex
- PikeNY
- PikeNYPartial1
- PSDlit
- SMBassLS
- SMBassWB
- SpotVA1
- WhitefishLC
- WR79
- WSlit
- title: Defunct
desc: Defunct functions.
contents:
- FSA-defunct
navbar:
left:
- text: Reference
href: reference/index.html
right:
- icon: fa-newspaper
href: news/index.html
- icon: fa-home fa
href: index.html
- icon: fa-github fa
href: https://github.com/fishR-Core-Team/FSA