November 2016

The new Tesseract package: High Quality OCR in R

November 16, 2016 | Jeroen Ooms

Optical character recognition (OCR) is the process of extracting written or typed text from images such as photos and scanned documents into machine-encoded text. The new rOpenSci package tesseract brings one of the best open-source OCR engines to R. This enables researchers or journalists, for example, to search and analyze ... [Read more...]

Teaching Practical Data Science with R

November 16, 2016 | John Mount

Practical Data Science with R, Zumel, Mount; Manning 2014 is a book Nina Zumel and I are very proud of. I have written before how I think this book stands out and why you should consider studying from it. Please read on for a some additional comments on the intent of ... [Read more...]

How to call Cognitive Services APIs with R

November 16, 2016 | David Smith

Microsoft Cognitive Services is a set of cloud-based machine-intelligence APIs that you can use to extract structured data from complex sources (unstructured text, images, video and audio), and add "AI" type features to applications. A good example is the "Seeing AI" glasses in the video below: the image descriptions, emotion ... [Read more...]

ggedit – interactive ggplot aesthetic and theme editor

November 16, 2016 | Tal Galili

Guest post by Jonathan Sidi, Metrum Research Group ggplot2 has become the standard of plotting in R for many users. New users, however, may find the learning curve steep at first, and more experienced users may find it challenging to keep track of all the options (especially in the theme!). ... [Read more...]

Interactive Volcano Plots in R with Plotly

November 16, 2016 | Sahir Bhatnagar

Introduction In a recent blog post, I introduced the new R package, manhattanly, which creates interactive manhattan and Q-Q plots using the plotly.js engine. In the latest CRAN release, you can also create volcano plots. In this post, I describe how to create interactive volcano plots using the manhattanly ... [Read more...]

Subtitles and captions with ggplot2 v.2.2.0

November 15, 2016 | Martin Monkman

Back in March 2016, I wrote about an extension to the R package ggplot2 that allowed subtitles to be added to charts. The process took a bit of fiddling and futzing, but now, with the release of ggplot2 version 2.2.0, it’s easy.Let’s retrace the steps, and create a chart ...
[Read more...]

mapmate 0.2.0

November 15, 2016 | Matt Leonawicz

mapmate has now been updating from version 0.1.0 to 0.2.0 on Github. The key change is the incorporation of new functions, help docs and code examples focused on network maps, which is a more complex map type not previously covered. The new tutorial content below provides a a couple basic code examples ... [Read more...]

Vectors Vol. 2 Exercises

November 15, 2016 | Maria Elisa Bertinat Tulipano

[For this exercise, first write down your answer, without using R. Then, check your answer using R.] Answers to the exercises are available here. Exercise 1 Consider two vectors, x, y x=c(4,6,5,7,10,9,4,15) y=c(0,10,1,8,2,3,4,1) What is the value of: x*y Exercise 2 Consider two vectors, a, b a=c(1,2,4,5,6) b=... [Read more...]

The 5 most downloaded R packages

November 15, 2016 | DataCamp Blog

Curious which R packages your colleagues and the rest of the R community are using? Thanks to Rdocumentation.org you can now see for yourself! Rdocumentation.org aggregates R documentation and download information from popular repositories like CRAN, B... [Read more...]

In case you missed it: October 2016 roundup

November 15, 2016 | David Smith

In case you missed them, here are some articles from October of particular interest to R users. A brief summary of the R 3.3.2 release. "Data Science with SQL Server 2016", a free E-book featuring several in-depth R examples, is now available for download. The ReporterRs package makes it easy to insert ... [Read more...]

Rcmdr Plug-in(s)

November 15, 2016 | krishnad2

These plug-ins enhance statistical graphical user interface by extending new menus to statistical package provided by Rcmdr. While the original GUI was created for a basic statistics calculations, enabling of extensions (or plug-ins) has greatly enhanced the possible use and scope of this software. Installing these plug-ins is quite easy. ... [Read more...]

Analysis of tabular data from csv file

November 15, 2016 | krishnad2

Sometimes data may not be available in the csv file in the required format. Consider the following csv file, whose details are as follows – Four different treatments were given to four different groups of patients. Random samples of size 7 were selected from each group and blood levels of Hb percentage ... [Read more...]

How to make a simple heatmap in ggplot2

November 15, 2016 | Sharp Sight Labs

In the world of data visualization, the heatmap is underrated and underutilized. It has limitations, but overall, it’s an excellent tool in your data science and data visualization toolkit. After you’ve mastered the foundational visualization techniques (you can write the code for the basic plots in your sleep, ... [Read more...]

Using tidytext to make sentiment analysis easy

November 15, 2016 | Jacob Simmering

Last week I discovered the R package tidytext and its very nice e-book detailing usage. Julia Silge and David Robinson have significantly reduced the effort it takes for me to “grok” text mining by making it “tidy.” It certainly helped that a lot of the examples are from Pride and ... [Read more...]

Secondary Axis in ggplot2 v2.2.0

November 14, 2016 | Peter E. DeWitt

The recent release of Hadley Whickham’s ggplot2 version 2.2.0 included several new features. Notably Subtitles and captions. A large rewrite of the facetting system. Improved theme options. Better stacking. What jumped out to me was the... [Read more...]
1 6 7 8 9 10 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)