Book Image

R Data Visualization - Basic Plots, Maps, and Pie Charts [Video]

By : Atmajit Singh Gohil
Book Image

R Data Visualization - Basic Plots, Maps, and Pie Charts [Video]

By: Atmajit Singh Gohil

Overview of this book

<p>R is an open source language for data analysis and graphics. It is platform-independent and allows users to load various packages as well as develop their own packages to interpret data better.This video is packed with practical recipes, designed to provide you with all the guidance needed to get to grips with data visualization with R.</p> <p>We start - off with the basics of R plots and an introduction to heat maps and customizing them. After this, we gradually take you through creating interactive maps using the googleVis package. Finally, we generate choropleth maps and contouring maps, bubble plots, and pie charts.</p> <h1>Style and Approach</h1> <p>This course follows a video-based approach—where each recipe presents unique functions of plots, charts, and maps in step-by-step manner. With practical hands-on guidance in each and every recipe, you'll be able to get to grips with the underlying concepts.</p>
Table of Contents (5 chapters)
Chapter 1
A Simple Guide to R
Content Locked
Section 3
Data Types and Special Values in R
Everything in R is in the form of objects. Objects can be manipulated in R. - Generate a vector numeric, character and complex - Detect missing values - Remove the NA values