it shows the error it keeps giving me. Not sure why when it runs it on the above lines. Im new to R studio!
The data frame Growth_Summary does not have a column named Total.Adult.Count. Do you intend to plot meangrowth
?
Yes that's the end goal
So you should start the ggplot with
ggplot(Growth_Summary, aes( x = Date, y = meangrowth)) + ...
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.