Skip to content

Exercise 9 Submission Tara Neufell#3

Open
taraneuf wants to merge 1 commit into
qtran4:mainfrom
taraneuf:main
Open

Exercise 9 Submission Tara Neufell#3
taraneuf wants to merge 1 commit into
qtran4:mainfrom
taraneuf:main

Conversation

@taraneuf
Copy link
Copy Markdown

No description provided.

Comment thread exercise9script.R
# saving averages in data frame
avgdata <- data.frame(region = c("north", "south", "east", "west"), average = c(avgnorth, avgsouth, avgeast, avgwest))
# bar plot
ggplot(avgdata, aes(x = region, y = average)) + geom_bar(stat = "identity") + theme_bw()
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also use geom_stat like in the lecture slides

Copy link
Copy Markdown
Owner

@qtran4 qtran4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants