R programming Create a vector V and Fill them with the values based on the vector temp (passed as arguments). if temp[i]>100 then fill V[i] with the string "Hot" else fill it with "Normal"output:"Normal" "Hot" "Normal"
Answers
Answered by
0
Explanation:
Normal that it is continued
Answered by
0
span <- function(a) {
diff <- max(a) - min(a)
return(diff)
}
dat <- read.csv(file = "data/inflammation-01.csv", header = FALSE)
span(dat)
Explanation:
Similar questions
English,
12 hours ago
Hindi,
12 hours ago
Business Studies,
12 hours ago
Hindi,
23 hours ago
Science,
8 months ago
Computer Science,
8 months ago