root <- rprojroot::find_rstudio_root_file() library(knitr) knitr::opts_chunk$set(echo = TRUE, out.height = '7in', out.width = '9in', fig.path = paste0(root, "/manuscript/figures/"))
rcp45.mean <- plot_ensemble("mean", "rcp45")
rcp45.sd <- plot_ensemble("sd", "rcp45")
rcp45.diff <- compare_suitab_futu_pres(rcp45.mean)
rcp85.mean <- plot_ensemble("mean", "rcp85")
rcp85.sd <- plot_ensemble("sd", "rcp85")
rcp85.diff <- compare_suitab_futu_pres(rcp85.mean)
devtools::session_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.