| scale_shape_tremmel | R Documentation | 
Shape scales from Tremmel (1995)
scale_shape_tremmel(overlap = FALSE, alt = TRUE, ...)
overlap | 
 use an empty circle instead of a solid circle when
  | 
alt | 
 If   | 
... | 
 Arguments passed on to  
  | 
tremmel_shape_pal() for a description of the palette.
Other shapes: 
circlefill_shape_pal(),
cleveland_shape_pal(),
scale_shape_circlefill(),
scale_shape_cleveland(),
tremmel_shape_pal()
library("ggplot2")
p <- ggplot(mtcars, aes(x = mpg, y = hp, shape = factor(cyl))) +
  geom_point()
p + scale_shape_tremmel()
p + scale_shape_tremmel(alt = TRUE)
p + scale_shape_tremmel(overlap = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.