Hexa {SOMEnv} | R Documentation |
Draws an hexagon around a point of x and y coordinates
Hexa(x, y, color = NA, border = "gray", unitcell = 1)
x |
X-coordinate of the hexagon center |
y |
Y-coordinate of the hexagon center |
color |
Filling color of the hexagon (default NA) |
border |
Border color of the hexagon (default "gray") |
unitcell |
The distance side to side between two parallel sides of the hexagon (default 1) |
This function draws an hexagon on a plot
Sabina Licen