Skip to content
Snippets Groups Projects
Commit 95484e6f authored by Fabian Stenzel's avatar Fabian Stenzel
Browse files

renamed plot_eco_riskmap_ to plot_ecorisk_map

parent 11fd856a
No related branches found
No related tags found
2 merge requests!6Merge reviewed package into main,!5Merge review_paper version to master
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ecorisk.R
\name{plot_ecorisk_map_to_screen}
\alias{plot_ecorisk_map_to_screen}
\title{Plot EcoRisk map to screen}
\usage{
plot_ecorisk_map_to_screen(
data,
focus_biome = NULL,
biome_classes = NULL,
title = "",
legendtitle = "",
title_size = 1,
leg_yes = TRUE,
palette = NULL
)
}
\arguments{
\item{data}{folder of reference run}
\item{focus_biome}{highlight the biome with this id and desaturate all other
(default NULL -- no highlight)}
\item{biome_classes}{to mask the focus_biome from}
\item{title}{character string title for plot, default empty}
\item{legendtitle}{character string legend title}
\item{leg_yes}{logical. whether to plot legend or not. defaults to TRUE}
\item{palette}{color palette to plot EcoRisk with, defaults to the Ostberg
color scheme white-blue-yellow-red}
\item{leg_scale}{scaling factor for legend. defaults to 1}
}
\value{
None
}
\description{
Function to plot a global map of EcoRisk values [0-1] per grid cell to screen
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment