rel_grid: Title

View source: R/rel_grid.R

rel_gridR Documentation

Title

Description

Title

Usage

rel_grid(n = 0.1, ...)

Arguments

n

distance of grid lines number between 0 and 1

...

geom_path parameters such as colour, alpha, size, etc.

Examples

cowplot::ggdraw()+
cowplot::draw_plot(plot)+
rel_grid(0.01,color="grey")+
rel_grid(0.1)

laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.