plotHuff | R Documentation |
This function plots the raster produced by the
rasterHuff
function.
plotHuff(x, add = FALSE)
x |
raster; output of the |
add |
logical; if TRUE the raster is added to the current plot, if FALSE the raster is displayed in a new plot. |
Display the raster nicely.
huff, rasterHuff.
data(hospital)
# Compute Huff catchment areas from known points (hospital) on a
# grid defined by its resolution
myhuff <- huff(knownpts = hospital, varname = "capacity",
typefct = "exponential", span = 750, beta = 2,
resolution = 100, mask = paris, returnclass = "sf")
# Create a raster of huff values
myhuffraster <- rasterHuff(x = myhuff, mask = paris)
plotHuff(myhuffraster)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.