climepi.epimod.SuitabilityModel.plot_suitability#

SuitabilityModel.plot_suitability(**kwargs)[source]#

Plot suitability against temperature and (if relevant) precipitation.

Parameters:

**kwargs (dict, optional) – Additional keyword arguments to pass to the plotting function (hvplot.hvPlot.line() for temperature-only suitability, or hvplot.hvPlot.image() for temperature- and precipitation-dependent suitability).

Returns:

holoviews object – The suitability plot.