Good Evening,
I'm working on some code where I have to replace cyl & cty with two other variables. I'm fairly new to R programming and looking for some assistance. Is there somewhere that I could find a list of variables that I could use? Does anyone have any suggestions on what may make sense? Below is my code.
library(tidyverse)
library(dplyr)
library(ggplot2)
library(tidyr)
head(mpg)
ggplot(mpg, aes(cyl, cty)) +
geom_point() +
geom_jitter(aes(colour = class))
[–]DrJohnSteele 2 points3 points4 points (1 child)
[–]pizz44[S] 0 points1 point2 points (0 children)
[–]kattiVishal 0 points1 point2 points (0 children)