Ask Question
20 May, 09:07

1) Examine the following three lines of R code. Write a comment above each (after the#)

describing what each line is doing. Each comment should be maximum one line. You don't

need to rewrite the code in your answer booklet.

#

mang. df < - data. frame (read. csv ("MangroveData10Nov2015. csv", header=T))

#

z. value < - (1.0 - mean (mang. df$height)) / sd (mang. df$height)

#

boxplot (samp. df$height, method="jitter", col="grayS0", xlab="height")

+3
Answers (1)
  1. 20 May, 13:04
    0
    1) Getting data from a csv file

    2) Performing standard deviation

    3) Plotting a graph with the extracted data
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “1) Examine the following three lines of R code. Write a comment above each (after the#) describing what each line is doing. Each comment ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers