Skip to content

K Inskeep and M Corley Submission#2

Open
kinskeep wants to merge 17 commits into
lyy005:masterfrom
kinskeep:master
Open

K Inskeep and M Corley Submission#2
kinskeep wants to merge 17 commits into
lyy005:masterfrom
kinskeep:master

Conversation

@kinskeep

Copy link
Copy Markdown

No description provided.

Comment thread exercise7
aes(x="percentGC") +
geom_histogram(binwidth=5))
g

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.

Good job

Comment thread exercise7
#plotting data in scatterplot with trendline
a=ggplot(Part2,aes(x="oil changes per year",y="cost of repairs($)"))+theme_classic()+geom_point()
a+xlab("oil changes per year")+ylab("cost of repairs($)")+stat_smooth(method="lm")

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.

Good job

Comment thread exercise7

#scatter plot of everything observed
a=ggplot(Data,aes(x="region",y="observations"))
a+geom_jitter()+coord_cartesian()

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.

Good job

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.

3 participants