#######################
# #
# produce supp. Fig 7 #
# #
#######################
rm(list = ls(), envir = .GlobalEnv)
### ----- LOAD DATA
sheets <- NCSSDGproj::read_all_sheets()
matrix_all <- NCSSDGproj::sheets_to_df(sheets_list = sheets, binary = TRUE)
### ----- PLOT DATA
NCSSDGproj::supp_fig7(data_pos = matrix_all[["score_pos"]],
data_neg = matrix_all[['score_neg']],
save = TRUE,
name1 = "Supp_fig7",
biplot = TRUE,
name2 = "Supp_fig8_unsused")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.