Plot distance-based expectations
# S3 method for distlist
plot(
x,
...,
dist_map_unit = "km",
grayscale = FALSE,
win_plot = FALSE,
use_raw = FALSE
)
input
arguments passed on to the function
either `"km"` or `"mile"`
grayscale or not. By default, FALSE.
whether to plot windows as well. By default, FALSE
logical. `use_raw` specifies whether to use the raw value of expectations or percentiles. By default, `FALSE`.