An error occurred while loading the file. Please try again.
-
Grelot Frederic authored95bf032d
% 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"),
bar = TRUE,
path = NULL,
gaspar_year,
...
)
}
\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{...}{some parameters that will be used by plot (from sf)}
}
\value{
Nothing useful.
}
\description{
Plot a thematic map of so-ii
}
\examples{
\dontrun{
# To be added (soon)
}
}
\author{
Frédéric Grelot
}