An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# goshawk R package

[![Docs 📚](https://github.com/insightsengineering/goshawk/actions/workflows/docs.yaml/badge.svg)](https://insightsengineering.github.io/goshawk/)
[![Code Coverage 📔](https://raw.githubusercontent.com/insightsengineering/goshawk/_xml_coverage_reports/data/main/badge.svg)](https://insightsengineering.github.io/goshawk/main/coverage-report/)

![GitHub forks](https://img.shields.io/github/forks/insightsengineering/goshawk?style=social)
![GitHub repo stars](https://img.shields.io/github/stars/insightsengineering/goshawk?style=social)

![GitHub commit activity](https://img.shields.io/github/commit-activity/m/insightsengineering/goshawk)
![GitHub contributors](https://img.shields.io/github/contributors/insightsengineering/goshawk)
![GitHub last commit](https://img.shields.io/github/last-commit/insightsengineering/goshawk)
![GitHub pull requests](https://img.shields.io/github/issues-pr/insightsengineering/goshawk)
![GitHub repo size](https://img.shields.io/github/repo-size/insightsengineering/goshawk)
![GitHub language count](https://img.shields.io/github/languages/count/insightsengineering/goshawk)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Current Version](https://img.shields.io/github/r-package/v/insightsengineering/goshawk/main?color=purple\&label=package%20version)](https://github.com/insightsengineering/goshawk/tree/main)
[![Open Issues](https://img.shields.io/github/issues-raw/insightsengineering/goshawk?color=red\&label=open%20issues)](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

[![Stargazers over time](https://starchart.cc/insightsengineering/goshawk.svg)](https://starchart.cc/insightsengineering/goshawk)

### Stargazers

[![Stargazers repo roster for @insightsengineering/goshawk](https://reporoster.com/stars/insightsengineering/goshawk)](https://github.com/insightsengineering/goshawk/stargazers)

### Forkers

[![Forkers repo roster for @insightsengineering/goshawk](https://reporoster.com/forks/insightsengineering/goshawk)](https://github.com/insightsengineering/goshawk/network/members)