outcome_map | R Documentation |
This function produces a map of a risk metric. The default is to show cooccurrences for all month-diel-vessels.
outcome_map(
outcomes_grid,
base_map = NULL,
varplot = "cooccurrence",
varfacet = NULL,
spp = NULL,
years = NULL,
channels = NULL,
vessels = NULL,
months = NULL,
diels = NULL,
col_min = "white",
col_max = "darkorange4"
)
outcomes_grid |
The |
base_map |
Base map, provided as a |
varplot |
The variable to plot. See output of |
varfacet |
The variable by which to facet, if any. |
spp |
Species to filter by. |
years |
Year to filter by. |
channels |
|
vessels |
|
months |
|
diels |
Diel period |
col_min |
Specify minimum color of color gradient scale. |
col_max |
Specify maximum color of color gradient scale. |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.