The starwars Dataset in RThe starwars dataset is a built-in dataset in the dplyr package. Check out the tidyverse website for more […] March 14, 2023 in R Language tagged dataset / star / wars / starwars / data / sample by Mike
The iris Dataset in RThe iris dataset is a built-in dataset in R that contains measurements on 4 different attributes (in centimeters) […] March 14, 2023 in R Language tagged data / sample / dataset by Mike
The mtcars Dataset in RThe mtcars dataset is a built-in dataset in R that contains measurements on 11 different attributes for 32 […] March 14, 2023 in R Language tagged cars / mtcars / str / colnames / data / sample / head / dataset by Mike
Saving Plots in ggplot in RCommunicating your work is an important step in your work as an analyst. There are other methods for […] March 14, 2023 in R Language tagged chart / graph / save / R / plot / graphic by Mike
Facets in ggplot in RWe can use the ggplot2 facet functions to display our data in new ways. Facet functions let you […] March 14, 2023 in R Language tagged category / chart / R / separate / plot / subset / plots / R ggplot by Mike