[This article was first published on Isomorphismes, 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.
“Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
My interpretation of [Leland Wilkinson’s] grammar [of statistical graphics]:
—Data is the most important thing, and the thing that you bring to the table.
—Geometric objects … what you actually see on the plot: points, lines, polygons, etc.
—Statistics transform the data in many useful ways. For example, binning and counting to create a histogram….
—Scales map values in the data space to values in an aesthetic space, whether it be colour, or size, or shape. Scales also provide an inverse mapping: a legend.
—A coordinate system describes how data coordinates are mapped to the plane of the graphic. It also provides axes and gridlines to make it possible to read the graph.
— A facetting, or conditioning, speci
”–
Hadley Wickham
To leave a comment for the author, please follow the link and comment on their blog: Isomorphismes.
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.