Useful for exploratory plots.
cov_cov_plot(
d,
cov,
continuous,
log_transform_plot = rep(FALSE, length(cov)),
dcov_info,
by = "ID"
)
ggplot2
object displaying covariate-covariate correlations.
Dataset with covariates.
Vector of length 2 for covariate names.
Logical vector of length 2 for whether cov is continuous or not.
Should plot be log transformed or not.
Optional data.frame
with covariate information.
Character (default = "ID"
) variable to split over.