Using R to visualize data

R provides many extensive capabilities for the analysis of big data as well as the plotting and visualization of data.

Analyzing and Visualizing Big Data using R is covered in Chapter 5, Statistical Big Data Computing with R and Hadoop.

Using R, we can also plot a column of choice. Look at this:

plot(df$UnitPrice)
plot(d1, type="b")
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset