News

While mummerplot is a nice dotplot viewing application, its plots are not of publication quality. To work around this, mummerplot output can be plotted with ggplot or R graphics. There are several ...
The purpose of this tutorial is to continue our exploration of multivariate statistics by conducting a simple (one explanatory variable) linear regression analysis. We will continue to use the ...
#the values of the slope, intercept, R^2 and adjusted R^2 of every plot ... to do some regression to fit a linear model with a straight line. Likewise, you want ####to do the regression analysis by ...
There’s a reason ggplot2 is one of the most popular add-on packages for R: It’s a powerful, flexible and well-thought-out platform to create data visualizations you can customize to your heart ...
Labeling all or some of your data with text can help tell a story — even when your graph is using other ... adds a linear regression line, and I also tweak a couple of ggplot design defaults.
While I’m mostly settled on ggplot2 for static plots ... line(). You can create your own theme from scratch or modify an existing one. There’s an online theme builder tool to help. To use ...
The purpose of this tutorial is to continue our exploration of multivariate statistics by conducting a simple (one explanatory variable) linear regression analysis. We will continue to use the ...