Yulia
Yulia
@yxngl may be increasing line spacing will help: `%>% line_spacing(space = 0.5, part = "header") ` ?
did you tried their new function kbl() instead of kable() (https://cran.r-project.org/web/packages/kableExtra/vignettes/awesome_table_in_html.html)? may be it is resolved there?
I have the same issue: i tried adding `label.args = list(alpha = 0, fill = NA, color=NA),` and then ``` ggplot.component= ggrepel::geom_label_repel( aes(y=1-(cumsum(perc)-perc/2)/100 , label = `.label`), show. Legend =...
actually made it work!! ``` ggbarstats( survival_testcsv1, x = RFLP, y = Hatchery, label.args = list( alpha = 0, fill = NA, color = NA ), ggplot.component= ggrepel::geom_label_repel( data= ~...
I think u just need to save your column as a factor with levels specified in certain order. Than you will get the order that you want
yes! the function works perfectly! Thanks a lot for your prompt response
it is teh same as demo code [here](https://github.com/jbryer/likert/blob/master/demo/likert.R) where `names(items24)` I just gave a long title that also has a break \n
> ``` > nbconvert failed: PDF creating failed, captured latex output: > Failed to run "xelatex .\notebook.tex -quiet" command: > This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019/W32TeX) (preloaded format=xelatex)...
@t-makaro thank you! May I ask you to write the commands 8 need to run? Sorry I am a bit new to all of this
I just have an issue that although non of the boxes checked: the plot shows all points ( which does not make sense: I would expect no points on the...