New course: Data Visualization in R with lattice

[This article was first published on DataCamp Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Hello, R users! Today we’re launching Data Visualization in R with lattice by Deepayan Sarkar, the creator of the lattice package.

Visualization is an essential component of interactive data analysis in R. Traditional (base) graphics is powerful, but limited in its ability to deal with multivariate data. Trellis graphics is the natural successor to traditional graphics, extending its simple philosophy to gracefully handle common multivariable data visualization tasks. This course introduces the lattice package, which implements Trellis graphics for R, and illustrates its basic use.

Start course for free

Data Visualization in R with lattice features interactive exercises that combine high-quality video, in-browser coding, and gamification for an engaging learning experience that will make you a master in data visualization with lattice!

What you’ll learn

You’ll start off with an introduction to some basic plotting functions in lattice. Draw histograms, scatter plots, density plots, and box and whisker plots.

Chapter 2 will teach you to create “conditioned” plots consisting of multiple panels using the formula interface.

You’ll then learn how to control and customize axis limits and visual appearance in chapter 3.

Chapter 4 will cover how to use panel and prepanel functions to enhance existing displays or create new ones.

Finally, you’ll see that the lattice package is not just meant to be used as a standalone collection of plotting functions. Rather, it is a framework that is used as a base by many other packages. Some of these are very specialized and beyond the scope of this course. In chapter 5, we give a brief survey of extensions that are generally useful to enhance displays or create new ones.

Start Data Visualization with lattice today!

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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)