Yulia
Yulia
I am trying to add an additional layer to tree ``` tree=rtree(10) ggtree(tree, layout="circular") ``` I need my additional layer to contain 10 points aligned horizontally ( ina straight line)...
I have a data table I want to display for HTML report ``` BelQ= structure(list(Source = "Kalender 2019", `Sourse of Questions` = "The survey instruments were part of a larger...
Hi, I wonder if you can help with how to format dates in ggerrorplot . here is reproducible example of the error: ``` data
Hi, I wonder whether there is an option to avoid plotting title for histograms with valid and missing data. Thank you in advance 
I am potting some data that you can find below: ```r structure(list(school = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,...
I wonder if it is possible to extract effect size for each group comparisions: ``` # install.packages("tidyverse") # for everything ;) library(tidyverse) # install.packages("ISLR") library(ISLR) # install.packages("ggstatsplot") library(ggstatsplot) # stabilize...
In the example provided: ``` report_performance(lm(Sepal.Length ~ Petal.Length * Species, data = iris)) #> The model explains a statistically significant and substantial proportion of #> variance (R2 = 0.84, F(5,...
I have written a code that uses cSplit function to separate a column in the data frame into multiple columns. Below is the reproducible example: `mtcars %>% rownames_to_column() %>% cSplit(.,...
Hi, I wrote a code that filters the graph based on some inputs that are not part of the legend ``` library(plotly) library(crosstalk) # shared data object shared_us % add_markers()...
Is there a way to change default class color in pre-processing tab? I know we can do it through Visualize panel, but