An ad hoc wrapper for graphics::contour() /
graphics::.filled.contour() / graphics::image(). Used internally for
projecting landscapes into bivariate morphospaces.
plot_biv_landscape(
landscape,
display,
type,
levels,
lwd,
lty,
col,
drawlabels,
alpha
)A list containing the results of akima::interp().
Either "contour" or "filled.contour".
Type of landscape to be plotted. Options are "theoretical"
or "empirical".
Levels to be used to create the contours.
Integer; width of the lines depicting contours.
Integer; type of the lines depicting contours.
Colors used to represent the landscape contours.
Logical; should the labels indicating the value of each surface contour be plotted?
Transparency factor for filled contours.