An error occurred while loading the file. Please try again.
-
Grelot Frederic authored
- data.R - meilleure descsirption du dataset so_ii_hydro - so_ii_hydro - simpliciation du dataset - map_so_ii - harmonisation du code - manque légende
0dcc8750
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/map_so_ii.r
\encoding{UTF-8}
\name{map_so_ii}
\alias{map_so_ii}
\title{Plot a thematic map of so-ii}
\usage{
map_so_ii(
dataset,
dataset_legend = NULL,
theme = c("", "clc", "gaspar", "hydro"),
bar = TRUE,
path = NULL,
gaspar_year,
detail,
...
)
}
\arguments{
\item{dataset}{sf objectf, data to be plotted}
\item{dataset_legend}{list of parameters to be passed to legend}
\item{theme}{character, choice for the theme (if any)}
\item{bar}{logical, should a bar be plotted}
\item{path}{character, the name of the file to save the plot}
\item{gaspar_year}{character, the year chosen for gaspar theme}
\item{detail}{character, detail for theme, depends on theme}
\item{...}{some parameters that will be used by plot (from sf)}
}
\value{
Nothing useful.
}
\description{
Plot a thematic map of so-ii
}
\details{
For theme "hydro" detail takes values "1", "2", "3" or "canal"
}
\examples{
\dontrun{
# To be added (soon)
}
}
\author{
Frédéric Grelot
}