Code
a_plot <- RplotterPkg::create_raster_plot(df = RplotterPkg::kentucky_elevation,
title = "County Elevations in Southeast Kentucky", aes_x = "x", aes_y = "y",
aes_fill = "elevation") + ggplot2::geom_sf(data = RplotterPkg::kentucky_counties,
aes(x = NULL, y = NULL), alpha = 0, linewidth = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.