display_map: Create a Lifemap base.

View source: R/display_map.R

display_mapR Documentation

Create a Lifemap base.

Description

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 = NULL)

Arguments

df

A dataframe. If given, its columns can be easily accessed with "~" (eg. ~GC.).

basemap

Deprecated argument.

Value

An HTML widget object with graphics layers.

Examples

display_map()

damiendevienne/lifemapr documentation built on April 12, 2025, 10:47 a.m.