8.Using the plotly R package to create an interactive scatter plot (CC084) 109 -- 22:18 App 12.Creating a barplot with error bars using ggplot2 (CC088) 117 -- 18:42 App 14.Creating a jitter plot _ stripchart with ggplot2's geom_jitter and stat_summa 152 -- 21:09 App 13.Usin...
There's more... Bar plots are often used to compare the values of groups of values across categories. For example, we can plot the sales in different cities for more than one product using the beside argument: barplot(as.matrix(sales[,2:4]), beside=TRUE, legend=sales$City, col=heat....
If you have SAS IML and have downloaded and installed the freely available R statistical package, then as of SAS 9.2, you should now be able to send your SAS datasets directly to R, graph your data in R, and return to SAS seamlessly all from within the SAS editor. Depending...