knitr::opts_chunk$set(echo = TRUE) library(ggplot2) library(knitr) library(magrittr) library(MKHthemes) library(parsedate) library(rprojroot) library(PFUPipeline) library(targets) # Set up the root directory root <- rprojroot::is_rstudio_project # And the cache cache_path <- root$find_file("_targets")
This report shows graphs of exergy-to-energy ratios (phi.u) for all of the machine-useful work product combinations.
Note that numbers following "##" are the row number in the ExergyEnergyGraphs
data frame.
phi_u_plots <- targets::tar_read_raw(PFUPipeline::target_names$phi_graphs, store = cache_path) %>% magrittr::extract2("Plots")
phi_u_plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.