Skip to content

dubiak-o'conner submission#6

Open
kdubiak wants to merge 3 commits into
araiho:masterfrom
kdubiak:master
Open

dubiak-o'conner submission#6
kdubiak wants to merge 3 commits into
araiho:masterfrom
kdubiak:master

Conversation

@kdubiak

@kdubiak kdubiak commented Oct 13, 2017

Copy link
Copy Markdown

No description provided.

@araiho araiho left a comment

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 using ggplot. make sure to include figure output next time! 4/4

Comment thread Exercise7_1.R
#Make indices of either even or odd numbers to 200
x<-1:200
oddintegers<-x[c(TRUE,FALSE)]
evenintegers<-x[c(FALSE,TRUE)]

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.

interesting approach. Are you sure this would work generally?

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