Skip to content

G Andreasen submission#19

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

G Andreasen submission#19
midwesternmouse wants to merge 1 commit into
qtran4:mainfrom
midwesternmouse:main

Conversation

@midwesternmouse
Copy link
Copy Markdown

No description provided.

Comment thread Exercise09.R
# Barplot time
ggplot(data = data_means,
aes(x = region, y = observation_mean, fill = region)) +
geom_bar(stat = "identity") +
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 stat_summary as shown in the lecture

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