Voronoise geom
geom_voronoise( mapping = NULL, data = NULL, stat = "voronoise_tile", perturb = identity, ..., show.legend = FALSE, max.radius = 0.1, radius = 0.01, expand = -0.005 )
| mapping | ggplot2 mapping specified by aes() |
|---|---|
| data | data frame containing the values to use |
| stat | the statistic to compute |
| perturb | a perturbing function |
| ... | arguments to be passed to geom_voronoi_tile() |
| show.legend | by default no legend is displayed |
| max.radius | specifies the maximum distance from tile to point |
| radius | radius specifying curvature of the tile corners |
| expand | space between adjacent tiles |