Maps
Data from: Blarquez O. and J. Aleman. Tree biomass reconstruction shows no lag in post-glacial afforestation of eastern Canada. Canadian Journal of Forest Research. DOI: 10.1139/cjfr-2015-0201
You can use the application below for viewing and downloading specific time slice data. The shiny application is also available here, all data are zipped here. Simply decompress the archive, then in R
use for example:
load('acer_50km_data_8000BP.rda') # plot the raster object plot(gr$raster) # view data head(gr$df) # check projection gr$proj4 # gr is an object of the class "pfGridding" # from the paleofire package and can be manipulated # and modified using the plot function: library(paleofire) ?plot.pfGridding p=plot(gr,continuous=F,col_class=c(0,5,10,15), cpal = "Purples", anomalies=FALSE, points=TRUE, empty_space = 5) p