Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. barplot(tail((sort(table(Data$IncidentLocation))/dim(Data)[1]),5)
  3. , main ="Data")
  4. par(mfrow = c(2,2))
  5. barplot(tail((sort(table(TF1$IncidentLocation))/dim(TF1)[1]),5), main ="TF1")
  6. barplot(tail((sort(table(TF2$IncidentLocation))/dim(TF2)[1]),5), main ="TF2")
  7. barplot(tail((sort(table(TF3$IncidentLocation))/dim(TF3)[1]),5),main ="TF3")
  8. barplot(tail((sort(table(TF4$IncidentLocation))/dim(TF4)[1]),5), main ="TF4")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement