knitr::opts_chunk$set(echo = TRUE)

(This is a test post)

Include Plots

library(ggplot2)

nc <- sf::st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE)
ggplot(nc) +
  geom_sf(aes(fill = AREA))

include external graphics



yutannihilation/mediumr documentation built on May 29, 2019, 12:19 p.m.