This function create a blank Leaflet map using the leaflet function from the leaflet package. If a dataframe is provided, it will be used for the creation of the map.
Usage
display_map(df = NULL, basemap = c("fr", "ncbi", "base", "virus"))
Arguments
- df
A dataframe. If given, its columns can be easily accessed with "~" (eg. ~GC.).
- basemap
The basemap choosen to be displayed, it can be either :
'fr' for https://lifemap-fr.univ-lyon1.fr/
'ncbi' for https://lifemap-ncbi.univ-lyon1.fr/
'base' for https://lifemap.univ-lyon1.fr/
'virus' for https://virusmap.univ-lyon1.fr/