Skip to content

Add files via upload#15

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

Add files via upload#15
shanculbert wants to merge 1 commit into
qtran4:mainfrom
shanculbert:main

Conversation

@shanculbert
Copy link
Copy Markdown

No description provided.

Comment thread Exercise07_Culbert.R
c <- 999

#4 = a 10-row, 5-column matrix containing integers 1-50
d <- matrix(1:50, nrow=10, ncol=5, byrow=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.

you don't need byrow here

Comment thread Exercise07_Culbert.R

#combining elements into entire list
tutorial_list <- list(a, b, c, d, e)
tutorial_list
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.

+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