https://github.com/insightsengineering/goshawk
Functions that plot and summarize biomarkers/labs of interest
https://github.com/insightsengineering/goshawk
plot r summarization
Last synced: about 1 year ago
JSON representation
Functions that plot and summarize biomarkers/labs of interest
- Host: GitHub
- URL: https://github.com/insightsengineering/goshawk
- Owner: insightsengineering
- License: other
- Created: 2021-07-05T21:43:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:21:31.000Z (about 2 years ago)
- Last Synced: 2024-04-22T13:27:40.030Z (about 2 years ago)
- Topics: plot, r, summarization
- Language: R
- Homepage: https://insightsengineering.github.io/goshawk/
- Size: 16.9 MB
- Stars: 5
- Watchers: 15
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# goshawk R package
[](https://insightsengineering.github.io/goshawk/)
[](https://insightsengineering.github.io/goshawk/main/coverage-report/)








[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/goshawk/tree/main)
[](https://github.com/insightsengineering/goshawk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
Longitudinal biomarker/lab visualizations functions. These can be used stand alone but are also called by the
[teal.goshawk](https://insightsengineering.github.io/teal.goshawk/) package which provides modules to be used
inside [`teal`](https://insightsengineering.github.io/teal/) applications.
## Functions
- box plot ([`g_boxplot`](https://insightsengineering.github.io/goshawk/latest-tag/reference/g_boxplot.html))
- correlation plot ([`g_correlationplot`](https://insightsengineering.github.io/goshawk/latest-tag/reference/g_correlationplot.html))
- density distribution plot ([`g_density_distribution_plot`](https://insightsengineering.github.io/goshawk/latest-tag/reference/g_density_distribution_plot.html))
- line plot ([`g_lineplot`](https://insightsengineering.github.io/goshawk/latest-tag/reference/g_lineplot.html))
- spaghetti plot ([`g_spaghettiplot`](https://insightsengineering.github.io/goshawk/latest-tag/reference/g_spaghettiplot.html))
- summary table ([`t_summarytable`](https://insightsengineering.github.io/goshawk/latest-tag/reference/t_summarytable.html))
## Installation
```r
# stable versions
# install.packages("pak")
pak::pkg_install("insightsengineering/goshawk@*release")
# beta versions
# install.packages("pak")
pak::pkg_install("insightsengineering/goshawk")
```
## Stargazers and Forkers
### Stargazers over time
[](https://starchart.cc/insightsengineering/goshawk)
### Stargazers
[](https://github.com/insightsengineering/goshawk/stargazers)
### Forkers
[](https://github.com/insightsengineering/goshawk/network/members)