Learn R Programming

geocausal (version 0.3.4)

plot.distlist: Plot distance-based expectations

Description

Plot distance-based expectations

Usage

# S3 method for distlist
plot(
  x,
  ...,
  dist_map_unit = "km",
  grayscale = FALSE,
  win_plot = FALSE,
  use_raw = FALSE
)

Arguments

x

input

...

arguments passed on to the function

dist_map_unit

either `"km"` or `"mile"`

grayscale

grayscale or not. By default, FALSE.

win_plot

whether to plot windows as well. By default, FALSE

use_raw

logical. `use_raw` specifies whether to use the raw value of expectations or percentiles. By default, `FALSE`.