create_map: Create map

View source: R/rgreen_plots.R

create_mapR 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


GREENeR documentation built on Nov. 17, 2023, 1:06 a.m.