[1] 27.456 35.112 8.910 20.250 38.440 NA 15.390 1.265 52.500 25.056
[1] 224.379
[1] 2.2 1.5 4.0 7.5 3.2
[1] 9.6 7.6 7.5
[1] 9.6 7.6 2.2 1.5 4.0
[1] 27.456 35.112 8.910
You have data on the length, width, and height of 10 individuals of the yew Taxus baccata stored in the following vectors:
length <- c(2.2, 2.1, 2.7, 3.0, 3.1, 2.5, 1.9, 1.1, 3.5, 2.9)
width <- c(1.3, 2.2, 1.5, 4.5, 3.1, NA, 1.8, 0.5, 2.0, 2.7)
height <- c(9.6, 7.6, 2.2, 1.5, 4.0, 3.0, 4.5, 2.3, 7.5, 3.2)
Copy these vectors into an R script and then determine the following:
sum
function).[]
).[]
). [1] 27.456 35.112 8.910 20.250 38.440 NA 15.390 1.265 52.500 25.056
[1] 224.379
[1] 2.2 1.5 4.0 7.5 3.2
[1] 9.6 7.6 7.5
[1] 9.6 7.6 2.2 1.5 4.0
[1] 27.456 35.112 8.910