News

See how easy it is to create interactive web graphs from ggplot2 visualizations with the ggiraph R package. You can even link graphs so that clicking one dataviz affects the display of another.
See Bar and line graphs (ggplot2) for a few examples, or the The R Graphics Cookbook by Winston Chang for many more. Bar graphs To make a bar graph from the sample BOD data frame included with R ...
Graph of median home values by Boston neighborhood, created with a custom ggplot2 function. Data from Zillow. I can still tweak the graph created by my function, using other ggplot commands.