serac_map: Map the sites

View source: R/serac_map.R

serac_mapR Documentation

Map the sites

Description

Function to map the different sites an user worked on.

Usage

serac_map(
  which_lakes = NULL,
  output_name = NULL,
  lon_lim = NULL,
  lat_lim = NULL,
  add_labels = TRUE
)

Arguments

which_lakes

Name of the sites to be plotted. Must match folders names. Default: all the folder in the Cores folder.

output_name

Extension to be added to the output name.

lon_lim

Longitude limit for the plot (WGS84), expressed in a vector of length==2

lat_lim

Latitude limit for the plot (WGS84), expressed in a vector of length==2

add_labels

Logical argument. Whether the names of the sites (which_lakes) should be plotted.

Examples

serac_input_formatting('PB06')


rosalieb/serac documentation built on Nov. 16, 2024, 11:21 a.m.