0

This is the plot x and y axis

xDM<- seq(0, 2*mean1, 0.1)

yDMedia<- dnorm(xDM, mean1, standarD/sqrt(n))

This is my attempt to shade the area from 6 to 0 under the plot curve

 polygon(c(xDM[xDM<=6], max(xDM), 6), c(yDM[xDM<=6], 0, 0), col="red")

The result

The blue dashed line is where I want the polygon to finish, I can't see where I'm doing bad the axis of the shade in the polygon function

Quinten
  • 35,235
  • 5
  • 20
  • 53
zpip101
  • 17
  • 5

0 Answers0