Creates a intensity map for point pattern data with ggplot2.
1 2 3 4 5 6 7 8 9 10 11 12 | gg_intensity(
shapefile,
data,
x,
y,
crs = 29193,
alpha = 0.5,
title = "Intensity",
ylab = "Y",
xlab = "X",
palette = "RdYlGn"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.