see
see copied to clipboard
:art: Visualisation toolbox for beautiful and publication-ready figures
hi! The following code creates two violindot plots with extra white space between the first geom and the y axis. I was wondering if this is expected or if it...
Noticed this while cloning the repo on a new machine. Currently, `{see}`'s `.git` folder is `1.76 GB`. For a comparison, `{ggplot2}`'s `.git` folder is `700 MB`. I will do some...
https://github.com/easystats/datawizard/pull/105 adds a method for lists in `describe_distribution()`, but lists are not supported by `plot()`: ```r library(datawizard) library(see) x
Came across this slide in this presentation: https://chrismainey.github.io/Why_mgcv_is_awesome/Why_data_table_is_awesome.html#1 and thought maybe we can also support something similar in `check_model`? ``` r library(mgcv) #> Loading required package: nlme #> This is...
- [ ] Add median/mean difference - [ ] Enable the plotting of individual draws as segments instead of CIs
Hi @strengejacke - apologies for my delay here. Yeah, I have some MWE for each. First, for the ePCP (expected proportion correctly predicted), we are looking for a higher value,...
reprex ... ``` require(easystats) # Attaching packages: easystats 0.4.3. (macOS Big Sur 11.6) # ✔ insight 0.14.4 ✔ datawizard 0.2.1 # ✔ bayestestR 0.11.0 ✔ performance 0.8.0 # ✔ parameters...
``` r library(ggplot2) #> Warning: package 'ggplot2' was built under R version 4.0.5 library(see) data
``` r library(see) library(ggplot2) ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) + geom_violindot(scale = "count") ```  ``` r ggplot(iris, aes(x = Species, y = Sepal.Length, fill...