plot_ceanav: plot ceanav data maps

View source: R/fnc_plot_ceanav.R

plot_ceanavR Documentation

plot ceanav data maps

Description

base plot functions for ceanav project

Usage

plot_ceanav(dat, ...)

## S3 method for class 'sf'
plot_ceanav(
  dat,
  main = NULL,
  type = NULL,
  subtitle = NULL,
  unit_data = NULL,
  references = NULL,
  city = TRUE,
  zones_NA = NULL,
  lang = "fr",
  ...
)

Arguments

dat

object of class sf

...

further specifications, see plot and details.

main

main title

type

secondary title / data type (see metadata files)

subtitle

subtitle

unit_data

units of data

references

data citation used for integrated data

city

logical, if TRUE name of cities are added to graph

zones_NA

character, name of zones for which data is not available. Data is available as a basemap in ./data/data-basemap/zonesNA.geojson.

lang

character, language "fr" for French or "en" for English

minUp

numeric, minimum upper side to write as a function of bbox extent (legend)

Examples

 load_integrated("navigation")
 plot_ceanav(navigation[,10], "Navigation", "Recherche gouvernementale")


EffetsCumulatifsNavigation/ceanav documentation built on April 17, 2023, 1:02 p.m.