Answered step by step
Verified Expert Solution
Link Copied!

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.
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
Please note that:
  1. The lab report comprises 15% of your final mark in BIO006.
  2. 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.
  3. 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.
  4. Explain the result using your own language.
  5. Submit the report in word format to Learning Mall.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Students also viewed these Programming questions