remove empty LF files
This commit is contained in:
parent
ca73bc9b48
commit
4640f9024a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue