Publications by John Lloyd Espada
Waste 2003-2017 Report
Load Libraries library(tidyverse) library(patchwork) library(skimr) library(knitr) Load Data ## Rows: 225 Columns: 6 ## -- Column specification -------------------------------------------------------- ## Delimiter: "," ## chr (1): waste_type ## dbl (5): waste_disposed_of_tonne, total_waste_recycled_tonne, total_waste_ge... ## ## i Use ...
1622 sym R (24857 sym/59 pcs) 16 img
Chapter 2 Datasauraus Dozen
Load Libraries library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_co...
1771 sym R (9771 sym/77 pcs) 2 img
Chapter 2 Activity
Load Libraries library(tidyverse) library(skimr) library(tibble) library(psych) library(patchwork) Review Problem Gibberellic acid (GA) is thought to elongate the stems of plants. Researchers conducted an experiment to investigate the effect of GA on a mutant strain of the genus Brassica called ros. They applied GA to 17 plants and applied w...
4838 sym R (6572 sym/29 pcs) 4 img
Waste 2003-2017 Practice
Load Libraries library(tidyverse) library(patchwork) library(skimr) library(knitr) Load Data ## Rows: 225 Columns: 6 ## -- Column specification -------------------------------------------------------- ## Delimiter: "," ## chr (1): waste_type ## dbl (5): waste_disposed_of_tonne, total_waste_recycled_tonne, total_waste_ge... ## ## i Use `s...
1624 sym R (24831 sym/61 pcs) 16 img