R Markdown
This article listed the content learned in the week 2 course.
- Use Leaflet, the R javascrip library interactive map
- Add Multiple Custom Markers, including icon, text and links
- Add Maping Cluster by locations and size with various shapes using data.frame.
- Add Legend.
- Use
echo=FALSE to hide the R code.
- Use
eval=FALSE to hide the result.
- Use
warning = FALSE to hide error message and message=FALSE to hide the assuming message.