DS4PS / cpp-526-sum-2021

Coure shell for CPP 526.
https://ds4ps.org/cpp-526-sum-2021/
MIT License
1 stars 3 forks source link

Lab 5 , part3 question 3 #40

Open kidistbetter105 opened 3 years ago

kidistbetter105 commented 3 years ago
  1. Accidents with Casualties (%)

I try to follow the guide on the syllabus

example plotting code

plot( as.numeric(d2$hour), d2$ave.num.injuries, pch=19, type="b", cex=2, bty="n", xlab="Hour of the Day", ylab="Ave. Number of Passengers Hurt", main="Average Injuries or Fatalities Per Harmful Crash") dat %>% group_by(hour) ???????????? # ???? how to put a code to this part summarize( ) ???????????? # ????? and this . plot(type = "b", bty = "n", pch = 19, cex = 2, xlab = "Hour of the day", ylab = "Proportion of accidents resulting in harm", main = "Proportion of crashes that result in injuies or fatalities")

kidistbetter105 commented 3 years ago

I Dont know if it's is clear. What I was trying to say is

jamisoncrawford commented 3 years ago

jana explained it to me.

@kidistbetter105 so is this resolved?

kidistbetter105 commented 3 years ago

It's solved now. Thanks jamison