-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
89 lines (88 loc) · 2.35 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
template:
params:
ganalytics: UA-53797708-7
includes:
before_title: '<a href="https://www.usgs.gov/"><img src="logo.png" id="logo" alt="Home" style="padding: 0px 50px 0px 0px;"></a>'
bootstrap: 5
theme: atom-one-light
bslib:
bg: "white"
fg: "#283140"
navbar-brand-color: "white"
navbar-light-color: "white"
nav-link-color: "white"
nav-link-hover-color: "#a9a9a9"
navbar-light-brand-hover-color: "white"
navbar-light-hover-color: "white"
text-muted: "white"
pkgdown-nav-height: 125px
navbar:
left:
- text: Background
href: articles/Introduction.html
- text: Basic Workflow
href: articles/basicWorkflow.html
- text: Function Help
href: reference/index.html
- text: Data Preparation
href: articles/PrepareData.html
- text: Articles
menu:
- text: Shiny App
href: articles/shinyApp.html
- text: Exploring Benchmarks
href: articles/benchmarks.html
- text: Prepare Data in R
href: articles/pivot.html
- text: Dose Response Curves
href: articles/dose_curves.html
- text: Chemical Names
href: articles/Chemical_names.html
- text: How to Contribute
href: articles/Contributing.html
- text: Bibliograpy
href: articles/bibliography.html
right:
- icon: fa-gitlab fa-lg
href: https://code.usgs.gov/water/toxEval
reference:
- title: Import Data
contents:
- create_toxEval
- title: ToxCast Data
desc: Data provided in the package from ToxCast database.
contents:
- end_point_info
- ToxCast_ACC
- tox_chemicals
- flags
- title: Clean Data
desc: Functions to prepare data for analysis
contents:
- clean_endPoint_info
- get_ACC
- get_chemical_summary
- get_concentration_summary
- remove_flags
- filter_groups
- side_by_side_data
- title: Visualize Data
desc: Functions to create graphs and tables of output.
contents:
- plot_tox_boxplots
- plot_tox_endpoints
- plot_tox_stacks
- plot_tox_heatmap
- hits_summary
- hits_by_groupings
- rank_sites
- endpoint_hits
- make_tox_map
- explore_endpoints
- plot_tox_endpoints2
- title: Utility Functions
desc: Functions to help
contents:
- toxEval-package
- summary.toxEval
- as.toxEval