README.md

ggPotatoL

A prototype of ggHoxoM

devtools::install_github("ggPotatoL")

library(ggplot2)
library(ggPotatoL)

ggplot(data.frame(x = 1:10, y = 1:10), aes(x, y)) +
  geom_potato_l(5,5, size = 3) +
  coord_equal()


yutannihilation/ggPotatoL documentation built on May 4, 2019, 7:45 p.m.