knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(fco2r)
dplyr::glimpse(oco2_br)
oco2_br |> 
  dplyr::sample_n(2000) |> 
  ggplot2::ggplot(ggplot2::aes(x=longitude, y=latitude)) +
  ggplot2::geom_point(color="red", alpha=0.2)


arpanosso/fco2r documentation built on July 26, 2022, 7:35 p.m.