Other Examples
This page shows some examples on data mining with R provided at other websites. More examples on data mining with R can be found in my book "R and Data Mining: Examples and Case Studies", which is downloadable as a .PDF file at the link.
Clustering
Clustering in R: R examples on various clustering techniques, with R codes and dataset provided. See section 4.15 in the link for exercises instructions.
Text Mining
Sentiment Analysis
Time Series Analysis
Social Network Analysis
Interactive network graphs with R package networkD3
Creating D3 JavaScript network graphs from R
Visualization
Visualization of Geo-spatial Data
R Programming
Graphics
Slides on R Graphics by Paul Murrell:
It provides examples on advanced graphic controls.
Web Applications with Shiny
Parallel Computing
Big Data
Debugging and Error Handling
Interaction with Other Programming Languages
R talks to Weka about Data Mining: an example on using R to call Weka's C4.5 algorithm and build a decision tree