An interactive map will shown in RStudio Viewer pane when running in
interactive session. You can also further augment it with
leaflet functions, or save to a html
with htmlwidgets::saveWidget().
point_map(loc_data_subset) range_map(hrange_list, hr_levels, hr_color_vec) point_range_map(loc_data_subset, hrange_list, hr_levels, hr_color_vec) heat_map(loc_data_subset)
| loc_data_subset |
|
|---|---|
| hrange_list | list of home range UD object. The names of list will be used as layer names, usually they are model names. |
| hr_levels | The vector of |
| hr_color_vec | Vector of color names to be used for each home range. The
length of |
A Leaflet map widget.
point_map: Build point map of animal locations
range_map: Build map of home ranges
point_range_map: Build map of home ranges and animal locations
heat_map: Build heat map of animal locations