View source: R/02-leafletPointSettings.R
createPchPointsVec | R Documentation |
Create PCH Points Vector
createPchPointsVec(
pch = 16,
width = 50,
height = 50,
bg = "transparent",
col = "black",
...
)
pch |
plotting ‘character’, i.e., symbol to use. See graphics::points for details |
width |
width in pixel |
height |
height in pixel |
bg |
initial background colour |
col |
color code or name |
... |
Further graphical parameters that are passed to graphics::points() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.