tests/testthat/test.md

(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))
## although coordinates are longitude/latitude, st_intersection assumes that they are planar

include external graphics



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