combine_RV | R Documentation |
R
) and make (V
) matrices into a make plus resource (R_plus_V
) matrixcombine_RV
is the inverse of separate_RV
.
combine_RV(.sutmats = NULL, R = "R", V = "V", R_plus_V = "R_plus_V")
.sutmats |
a list or data frame containing use matrix(ces) and make matrix(ces) |
R |
an |
V |
a make ( |
R_plus_V |
name for |
a list or data frame containing R_plus_V
library(dplyr)
library(tidyr)
UKEnergy2000mats %>%
spread(key = "matrix.name", value = "matrix") %>%
combine_RV()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.