Top "Ggproto" questions

ggproto is at the heart of the R package ggplot2.

Warning when defining factor: duplicated levels in factors are deprecated

I am having a little trouble with my radar chart in R. Even though the plot is fine I am …

r ggplot2 ggproto
qqnorm and qqline in ggplot2

Say have a linear model LM that I want a qq plot of the residuals. Normally I would use the …

r ggplot2 ggproto
Split violin plot with ggplot2

I'd like to create a split violin density plot using ggplot, like the fourth example on this page of the …

r ggplot2 violin-plot ggproto
ggplot2: Adding sample size information to x-axis tick labels

This question is related to Create custom geom to compute summary statistics and display them *outside* the plotting region (NOTE: …

r ggplot2 ggproto
Changing whisker definition in geom_boxplot

I'm trying to use ggplot2 / geom_boxplot to produce a boxplot where the whiskers are defined as the 5 and 95th …

r ggplot2 statistics boxplot ggproto
How to adjust facet size manually

I have a faceted plot with very diverse data. So some facets have only 1 x value, but some others have 13 …

r ggplot2 facet ggproto
ggmap Error: GeomRasterAnn was built with an incompatible version of ggproto

I'm using ggmap, and got the error below: Error: GeomRasterAnn was built with an incompatible version of ggproto. Please reinstall …

r ggplot2 ggmap ggproto
How to use an image as a point in ggplot?

Is there some way to use a specific small image as a point in a scatterplot with ggplot2. Ideally I …

r ggplot2 ggproto
Display custom image as geom_point

Is it possible to display custom image (say png format) as geom_point in R ggplot? library(png) pic1 <…

r ggplot2 ggproto