Simple paleo-data visualization in R, linking the `rioja`, `neotoma` and `dplyr` packages.

August 29, 2016 ยท View on GitHub

library("neotoma", "rioja", "dplyr")

site <- get_site(sitename = "Carp Lake") %>% get_download %>% compile_taxa("P25")

par(mar = c(5, 7, 2, 4)) inkspot(counts(site[[1]]), site[[1]]sample.metasample.metaage, x.axis = "gradient", cex.axis = 0.6)