HW1

This is an example of RMarkdown

Niharika Pola
2022-02-02

This is an example of calculating Speed from given data of distance and time and generating the speed Graph

distance<-c(24,78,564,55,600)
time<-c(3,12,90,10,100)
speed<-distance/time
speed
[1] 8.000000 6.500000 6.266667 5.500000 6.000000
barplot(speed, main='Speed Graph in kms/hr',xlab='distance in kms',ylab='time in hours')

##Thank You

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Pola (2022, Feb. 3). Data Analytics and Computational Social Science: HW1. Retrieved from https://github.com/DACSS/dacss_course_website/posts/httprpubscomniharika861660/

BibTeX citation

@misc{pola2022hw1,
  author = {Pola, Niharika},
  title = {Data Analytics and Computational Social Science: HW1},
  url = {https://github.com/DACSS/dacss_course_website/posts/httprpubscomniharika861660/},
  year = {2022}
}