GitLab at IIASA

nuts.heatmap.group.Rd 702 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nuts_converter.R
\name{nuts.heatmap.group}
\alias{nuts.heatmap.group}
\title{nuts heatmap output}
\usage{
nuts.heatmap.group(
  fadn.data.info,
  group.by,
  countries = "all",
  onepage = FALSE
)
\item{fadn.data.info}{fadn info data}

\item{group.by}{regional levels (REGION, NUTS1, NUTS2 or NUTS3)}

\item{countries}{a character vector with 3 letter codes of countries:
"DEU" for germany, "BEL" for belgium. if "all" is included, all countries are loaded and plotted.}
}
\description{
nuts heatmap output
}
Xinxin Yang's avatar
Xinxin Yang committed
\examples{
## NOT run:
nuts.heatmap.group(str_data$info, "NUTS1")
## End (NOT run)