Plot the climniche exposure plane
Usage
plot_climniche_exposure(
x,
scope = c("current", "all"),
max_points = 6000,
seed = 1,
title = NULL,
colour_by = "niche_boundary_exceedance"
)Arguments
- x
A fitted climniche object.
- scope
"current"for current reference cells or"all"for all evaluated cells.- max_points
Maximum number of points to draw.
- seed
Random seed used when subsampling.
- title
Optional plot title.
- colour_by
Quantity used for point colour. The current plotting method uses
"niche_boundary_exceedance".