forked from KevinSee/PITcleanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
117 lines (116 loc) · 2.49 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
url: https://kevinsee.github.io/PITcleanr/
template:
params:
bootswatch: sandstone
navbar:
title: ~
type: default
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
reference:
text: Functions
href: reference/index.html
articles:
text: Vignettes
menu:
- text: '---------'
- text: Getting Started
- text: Querying, Compressing, and Making Sense of PIT Tag Detection Data
href: articles/Prep_PIT_data.html
- text: '---------'
- text: More...
href: articles/index.html
news:
text: News
href: news/index.html
reference:
- title: Compressing PTAGIS Data
desc: |
Functions for reading in complete capture histories and compressing them
- contents:
- readCTH
- compress
- qcTagHistory
- extractTagObs
- title: Querying Data
desc: |
Functions for querying data from PTAGIS or NHDPlus
- contents: starts_with("query")
- title: Building Configuration File
desc: |
Functions to help the user build a configuration file
- contents: buildConfig
- title: Parent-Child Table
desc: |
Functions to help the user build, edit and visualize a parent-child table
- contents:
- extractSites
- buildParentChild
- addParentChildNodes
- editParentChild
- findDwnstrmHydroseg
- findDwnstrmSite
- listParents
- buildNodeOrder
- buildPaths
- plotNodes
- buildNodeGraph
- title: Manipulate Data
desc: |
Functions to help the user manipulate and summarize data
- contents:
- addDirection
- estimateSpawnLoc
- estNodeEff
- filterDetections
- prepWrapper
- summarizeTagData
- compressDART
- readTestTag
- title: Deprecated functions
desc: |
These functions have been superseded
- contents:
- obsNetwork
- defineRepGrps
- filterLGRtrapDB
- findDwnStrmSite_RKM
- processCapHist_LGD
- processCapHist_PRD
- processCapHist_PRO
- processCapHist_TUM
- processDART_LGR
- summariseValidTagsLGR
- writeCapHistOutput
- writeFishPaths
- writeSpwnPaths
- writeOldNetworks
- writeLGRNodeNetwork
- writePRDNodeNetwork
- writePRONodeNetwork
- writeTUMNodeNetwork
- writeTUMNodeNetwork_noUWE
articles:
- title: Getting Started
contents:
- Prep_PIT_data
- title: Specific components
contents:
- read_in_data
- configuration_files
- compress_data
- parent_child
- title: DABOM
desc: |
Vignettes aimed at preparing data for DABOM
contents:
# - DABOM_prep
- quick_prep