Questions tagged [ggalt]

Extra Coordinate Systems, Geoms, Statistical Transformations, Scales & Fonts for ‘ggplot2’

A compendium of ‘geoms’, ‘coords’, ‘stats’, scales and fonts for ‘ggplot2’, including splines, 1d and 2d densities, univariate average shifted histograms, a new map coordinate system based on the ‘PROJ.4’-library and the ‘StateFace’ open source font ‘ProPublica’.

Vignettes

ggalt examples

Github repo

https://github.com/hrbrmstr/ggalt

17 questions
0
votes
1 answer

Partially smooth the line graph with geom_xspline()

I have the following data: > dput(material) structure(list(strain = c(-0.00496, -0.00375, -0.00248, -0.00195, -0.00121, -0.000248, 0, 0.000132, 0.00145, -0.0058846, -0.0046736, -0.0034036, -0.0028676, -0.0021336, -0.0011707, -0.0009226, 0,…
Maral Dorri
  • 468
  • 5
  • 17
0
votes
3 answers

Formatting geom dumbel plot in R after reordering data in a specific order

I want the retention trials on top and the transfer trials at the bottom. I tried reordering the data but it is doing exactly the opposite of what I want. Thus the grey lines on top and the black at the bottom. I want the retention trials on top and…
1
2