View source: R/fnc_plot_ceanav.R
plot_ceanav | R Documentation |
base plot functions for ceanav project
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",
...
)
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 |
lang |
character, language "fr" for French or "en" for English |
minUp |
numeric, minimum upper side to write as a function of bbox extent (legend) |
load_integrated("navigation")
plot_ceanav(navigation[,10], "Navigation", "Recherche gouvernementale")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.