create_map {GREENeR} | R Documentation |
Create map
Description
This function create a tm map.
Usage
create_map(
hydroSf,
var_name,
style_map,
scale_barRefs,
scale_barTexts,
title,
palette,
legend_position = 1
)
Arguments
hydroSf |
data frame. |
var_name |
character. The name of a data variable that it is contains in data frame |
style_map , scale_barRefs , scale_barTexts |
numeric. |
title |
character. The title of the plot |
palette |
character. The colors of the map |
legend_position |
numeric. It indicates de position of the legend of the plot. (Default: 1) |
Value
A plot with map of the basin
[Package GREENeR version 1.0.0 Index]