Histogram and Density Plots - R Base Graphs
Pleleminary tasksCreate some dataCreate histogram plots: hist()Create density plots: density()Related articlesSee alsoInfosPreviously, we described the essentials of R programming and provided quick...
View ArticleDot Charts - R Base Graphs
Pleleminary tasksDataR base function: dotchart()Dot chart of one numeric vectorDot chart of a matrixRelated articlesSee alsoInfosPreviously, we described the essentials of R programming and provided...
View ArticlePlot Group Means and Confidence Intervals - R Base Graphs
Pleleminary tasksDataPlot group meansRelated articlesSee alsoInfosPreviously, we described the essentials of R programming and provided quick start guides for importing data into R. Here, well...
View ArticleLattice Graphs
Pleleminary tasksInstalling and loading the lattice packageMain functions in the lattice packagexyplot(): Scatter plotcloud(): 3D scatter plotBox plot, Dot plot, Strip plotDensity plot and HistogramSee...
View ArticleGraphical parameters
Add and customize titlesAdd legendsAdd textsAdd straight linesAdd an axis to a plotChange axis scale : minimum, maximum and log scaleCustomize tick mark labelsChange plotting symbolsChange line...
View ArticleR Base Graphs
Previously, we described the essentials of R programming and provided quick start guides for importing data into R. This chapter contains articles describring how to visualize data using R base...
View Articleggplot2 - Essentials
#rdoc .course_material a{font-size:18px;}Introductionggplot2 is a powerful and a flexible R package, implemented by Hadley Wickham, for producing elegant graphics.The concept behind ggplot2 divides...
View Articleggplot2 - Easy way to mix multiple graphs on the same page - R software and...
Install and load required packagesInstall and load the package gridExtraInstall and load the package cowplotPrepare some dataCowplot: Publication-ready plotsBasic plotsArranging multiple graphs using...
View Article3D graphics
Previously, we described the essentials of R programming and provided quick start guides for importing data into R as well as visualizing data using R base graphs. This chapter describes how to create...
View ArticleData Visualization
Previously, we described the essentials of R programming and provided quick start guides for importing data into R. This chapter describes how to plot data in R and make elegant data visualization. How...
View Articleggpubr R Package: ggplot2-Based Publication Ready Plots
Why ggpubr?Installation and loadingGeting startedDensity and histogram plotsBox plots, violin plots, dot plots and strip chartsBar plotsLine plotsPie chartScatter plotsCleveland’s dot plotsggpar():...
View ArticleR packages
@media (min-width: 769px) {#rdoc .small-block{width: 250px; height:400px;}} /*large width*/ #rdoc .small-block{text-align:center; font-size:1.1em; margin-right:5px; display:block; float:left;}...
View ArticleHybrid hierarchical k-means clustering for optimizing clustering outputs -...
1 How this article is organized2 Required R packages3 Data preparation4 R function for clustering analyses4.1 Example of k-means clustering4.2 Example of hierarchical clustering5 Combining hierarchical...
View ArticleExpressionSet and SummarizedExperiment
IntroductionExpressionSetSummarized ExperimentLicenceReferencesThis analysis was performed using R (ver. 3.1.0).IntroductionThe ExpressionSet is generally used for array-based experiments, where the...
View Articleggplot2 ECDF plot : Quick start guide for Empirical Cumulative Density...
Create some dataECDF plotsCustomized ECDF plotsInfosThis R tutorial describes how to create an ECDF plot (or Empirical Cumulative Density Function) using R software and ggplot2 package. ECDF reports...
View ArticleDescriptive Statistics and Graphics
Import your data into RCheck your dataR functions for computing descriptive statisticsDescriptive statistics for a single groupMeasure of central tendency: mean, median, modeMeasure of variablityRange:...
View ArticleQQ-plots: Quantile-Quantile plots - R Base Graphs
Pleleminary tasksExample dataCreate QQ plotsRelated articlesSee alsoInfosPreviously, we described the essentials of R programming and provided quick start guides for importing data into R. Here, we’ll...
View ArticleNormality Test in R
Install required R packagesLoad required R packagesImport your data into RCheck your dataAssess the normality of the data in RCase of large sample sizesVisual methodsNormality testInfosMany of...
View ArticleStatistical Tests and Assumptions
Research questions and corresponding statistical testsStatistical test requirements (assumptions)How to assess the normality of the data?How to assess the equality of variances?Infos Here we’ll...
View ArticleCorrelation Test Between Two Variables in R
What is correlation test?Install and load required R packagesMethods for correlation analysesCorrelation formulaPearson correlation formulaSpearman correlation formulaKendall correlation formulaCompute...
View Article