You’re missing a closing bracket in the first line of the ggplot call..
p <- ggplot(cabbage_exp, aes(Date, Weight, fill = Cultivar)**)** +
Give that a shot.
solved Simple R Function, What Is Wrong? [closed]
You’re missing a closing bracket in the first line of the ggplot call..
p <- ggplot(cabbage_exp, aes(Date, Weight, fill = Cultivar)**)** +
Give that a shot.
solved Simple R Function, What Is Wrong? [closed]