osprey is an R package for community contributed analysis functions to create TLGs (tables, listing and graphs) for the analysis of clinical trials data. These functions can be used stand alone to generate static analysis, but are also called by the teal.osprey package which provides teal modules to be used inside teal applications.
The package provides:
- waterfall plots (
g_waterfall) - swim lane plots (
g_swimlane) - spider plots (
g_spiderplot) - butterfly plots (
g_butterfly) - and many more
Installation
From July 2023 insightsengineering packages are available on r-universe.
# stable versions
install.packages('osprey', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# beta versions
install.packages('osprey', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))