Longitudinal biomarker/lab visualizations functions. These can be used stand alone but are also called by the teal.goshawk package which provides modules to be used inside teal
applications.
Functions
- box plot (
g_boxplot
) - correlation plot (
g_correlationplot
) - density distribution plot (
g_density_distribution_plot
) - line plot (
g_lineplot
) - spaghetti plot (
g_spaghettiplot
) - summary table (
t_summarytable
)
Installation
# stable versions
# install.packages("pak")
pak::pkg_install("insightsengineering/goshawk@*release")
# beta versions
# install.packages("pak")
pak::pkg_install("insightsengineering/goshawk")