View source: R/plot.distlist.R
plot.distlist | R Documentation |
Plot distance-based expectations
## S3 method for class 'distlist'
plot(
x,
...,
dist_map_unit = "km",
grayscale = FALSE,
win_plot = FALSE,
use_raw = FALSE
)
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'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.