save_as_leaflet: Save the green index data as a Leaflet map in an HTML file

View source: R/save_as_leaflet.R

save_as_leafletR Documentation

Save the green index data as a Leaflet map in an HTML file

Description

This function saves the green index data as a Leaflet map in an HTML file.

Usage

save_as_leaflet(edges, file_path)

Arguments

edges

A data frame containing the calculated green index values for each edge.

file_path

The file path where the HTML file will be saved.

Value

No return value, called for side effects

Examples

## Not run: 
# Assuming you have already obtained green index data
save_as_leaflet(green_index, "green_index_map.html")

## End(Not run)

greenR documentation built on June 29, 2024, 9:07 a.m.