remove empty LF files

This commit is contained in:
Tanushree Tunstall 2022-10-11 14:19:39 +01:00
parent ca73bc9b48
commit 4640f9024a

View file

@ -61,9 +61,12 @@ lf_bp2 <- function(lf_df #lf_duet
}
my_comparisonsL <- list( stat_grp_comp )
ymax_abs = max(abs(lf_df$param_value))
ggplot(lf_df, aes_string(x = x_grp, y = y_var)) +
# extend the y axis so there's always room for the stats
ylim(min(lf_df$param_value), max(lf_df$param_value)+max(lf_df$param_value)/4) +
#ylim(min(lf_df$param_value), max(lf_df$param_value)+abs(max(lf_df$param_value))/4) +
ylim(min(lf_df$param_value), max(lf_df$param_value)+ymax_abs/4) +
facet_wrap(fwv
, nrow = n_facet_row