-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path_pkgdown.yml
More file actions
187 lines (179 loc) · 4.52 KB
/
_pkgdown.yml
File metadata and controls
187 lines (179 loc) · 4.52 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
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:
- makeGrowthFun
- showGrowthFun
- findGrowthStarts
- 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
- GrowthData1
- GrowthData2
- GrowthData3
- Mirex
- PikeNY
- PikeNYPartial1
- PSDlit
- PSDWRtest
- SMBassLS
- SMBassWB
- SpotVA1
- WhitefishLC
- WR79
- WSlit
- title: Defunct
desc: Defunct functions.
contents:
- FSA-defunct
- title: Deprecated
desc: Deprecated functions.
contents:
- growthModels
- vbStarts
navbar:
left:
- text: Reference
href: reference/index.html
- text: Demonstrations
menu:
- text: Computing Proportional Size Distribution Metrics
href: articles/Computing_PSDs.html
- text: Computing Relative Weights
href: articles/Computing_Relative_Weights.html
- text: Fitting Growth Functions
href: articles/Fitting_Growth_Functions.html
- text: Explanations
menu:
- text: Growth Function Equations
href: articles/Growth_Function_Parameterizations.html
- text: Explaining Starting Values for Growth Functions
href: articles/Growth_Starting_Values.html
right:
- icon: fa-newspaper
href: news/index.html
aria-label: See package news
- icon: fa-home fa
href: index.html
aria-label: Goto FSA home
- icon: fa-github fa
href: https://github.com/fishR-Core-Team/FSA
aria-label: Goto FSA github page