The correlate_factors_with_covariates function with plot="r" parameter has a title that does not fit into the plot boundaries. This is not something that a user can fix from the outside, because the function outputs a readymade corrplot object that is not adjustable after creation. This requires a very simple fix, an addition of mar = c(0,0,3,0) into the arguments of the corrplot function inside of correlate_factors_with_covariates.
Hope you'll find a second to fix this one!

The
correlate_factors_with_covariatesfunction withplot="r"parameter has a title that does not fit into the plot boundaries. This is not something that a user can fix from the outside, because the function outputs a readymadecorrplotobject that is not adjustable after creation. This requires a very simple fix, an addition ofmar = c(0,0,3,0)into the arguments of thecorrplotfunction inside ofcorrelate_factors_with_covariates.Hope you'll find a second to fix this one!