Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/00_S3_Definitions.R
Plot points on a map with different colors and shapes.
1 2 3 |
x |
Object gadm_sp or gadm_sf |
points |
Object data.frame with columns 'latitude' and 'longitude' |
color |
a valid color |
size |
integer size of point |
value |
Character Name of a column in the data.frame. If is not null, colored dots are displayed according to the value. |
breaks |
vector of breaks |
steps |
Integer Number of breaks for the value field. |
palette |
a valid palette |
labels |
vector of labels |
strate |
Character name of a column in the data.frame. If is not null, display dots with different shapes according to the value. |
title |
Character title of the plot |
subtitle |
Character subtitle of the plot |
caption |
Character caption of the plot |
legend |
Character The title of the legend |
note |
Character Add an annotation |
—-
Object ggplot2
—-
Jean Pierre Decorps <jp.decorps@epiconcept.fr>
—-
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.