This function visualizes a single isoband calculated from a matrix. It is mainly useful
for debugging and visualizing the isobanding algorithm. See isobands() for more
examples.
plot_iso(
m,
vlo,
vhi,
fill_lo = "gray95",
fill_mid = "gray50",
fill_hi = "black",
fill_band = "cornsilk",
col_lo = "black",
col_hi = "black",
newpage = TRUE
)input matrix
lower cutoff for isobanding
higher cutoff for isobanding
fill color for points below the lower cutoff
fill color for points between the two cutoffs
fill color for points above the higher cutoff
fill color for the isoband
line color for lower cutoff
line color for higher cutoff
boolean, indicating whether grid.newpage() should
be called or not