8 Matching Annotations
- Dec 2020
-
cedricscherer.netlify.app cedricscherer.netlify.app
-
occupy the fill scale with a slightly darker version of the palette used for color.
Using colorspace package.
geom_boxplot(aes(color = season, fill = after_scale(desaturate(lighten(color, .6), .6))), size = 1)
-
- Nov 2020
-
medium.com medium.com
-
Let’s fit regression line to our model:
plot() and lines() seem to plot regression lines
- Can they be added to a ggplot?
- Can they be used to print R2 on the plot?
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
If you're using ggplot, you can use scales::pseudo_log_trans() as your transformation object. This will replace your -inf with 0.
-
-
www.sciencedirect.com www.sciencedirect.com
-
All figures were created using R Statistical Computing Software version 3.6.3 (R Core Team, 2020), relying primarily on the dplyr package (Wickham et al., 2015) for data manipulation and the ggplot2 package (Wickham 2016) for plotting. The code used to create each figure can be found at https://github.com/mkc9953/SARS-CoV-2-WW-EPI/tree/master.
-
- Mar 2018
-
zevross.com zevross.com
-
Beautiful plotting in R: A ggplot2 cheatsheet
-
-
www.r-bloggers.com www.r-bloggers.com
-
Boxplots and Beyond – Part II: Asymmetry
-
- Jan 2018
-
stackoverflow.com stackoverflow.com
-
To understand why the DPI is important, consider these two plots:
-
- Nov 2017
-
www.wias-berlin.de www.wias-berlin.de
-
additional dimension may be of course time, but also any other changing parameter suchas voltage or current or the change of material or geometric parameters
Like in Grammar of Graphics: mapping data to scales
-