Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Brief Lab Report We will not test your programming skill at this point; however, we need to examine whether you have practiced programming by following
Brief Lab Report We will not test your programming skill at this point; however, we need to examine whether you have practiced programming by following the lab session. For this purpose, we need you to submit a brief lab report containing around 10 screen shots of your lab practice and some very brief explanation (so that we can confirm you know what you are doing.) Two examples are provided in the following. You should prepare at least 10 screenshots, maybe more if you want.
Please note that:
ID | Your Screenshot | Your Explanation |
1 | pie(c(100,50,20),c("Adam","Jack","David")) (These texts were directly copied from R Console, and picture was captured using snipping tool) | I plotted a pie chart with 3 slices |
2 | > matrix(1:9,3,3) [,1] [,2] [,3] [1,] 1 4 7 [2,] 2 5 8 [3,] 3 6 9 > matrix(1:9,3,3) + 2 [,1] [,2] [,3] [1,] 3 6 9 [2,] 4 7 10 [3,] 5 8 11 (These texts were directly copied from R Console) | I generated a matrix with 3 rows and 3 columns using 9 elements from 1 to 9, and then added 2 to all those elements within the matrix |
3 | ||
10 |
- The lab report comprises 15% of your final mark in BIO006.
- You should take at least 10 screen shots of yourself, and ideally those screenshots should cover a wide range of the lab session. You should take the screenshots yourself and cannot use other peoples screenshot.
- Screenshot can be obtained using key combination: windows + shift + s (the snipping tool), or you may also generate screen shot using other methods. You may also copy the texts in the Console, which may be even easier.
- Explain the result using your own language.
- Submit the report in word format to Learning Mall.
Attachments:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started