Using ggplot2 - Michigan Technological University

filter(): select rows (observations) based on some condition. select(): select columns (variables) by their names. arrange(): reorder the rows. mutate(): creating new variables with functions of existing variables. summarise(): collapse many values to a single summary. Create new variables with mutate() ................
................