add_lm_markers {LifemapR} | R Documentation |
Compute the aesthetics for markers visualisation.
Description
Compute the aesthetics for markers visualisation.
Usage
add_lm_markers(proxy, aes, df, df_visible, group_info)
Arguments
proxy |
The map to be modified. |
aes |
The dataframe containing the aesthetics information (must be of lm_markers class). |
df |
The full dataframe. |
df_visible |
The dataframe containing visible taxa. |
group_info |
The ID of this group of markers. |
Value
An updated map with the new layer added.
[Package LifemapR version 1.1.5 Index]