rel_grid | R Documentation |
Title
rel_grid(n = 0.1, ...)
n |
distance of grid lines number between 0 and 1 |
... |
geom_path parameters such as colour, alpha, size, etc. |
cowplot::ggdraw()+
cowplot::draw_plot(plot)+
rel_grid(0.01,color="grey")+
rel_grid(0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.