In Example 2, I’ll demonstrate how to use the ggcorrplot package (i.e. ggplot2 style) to visualize non-significant p-values in a correlation matrix plot.In order to use the functions of the ggcorrplot package, we first need to install and load ggcorrplot:install.packages("ggcorrplot")...
The geometric object to use to display the data, either as aggprotoGeomsubclass or as a string naming the geom stripped of thegeom_prefix (e.g."point"rather than"geom_point") position Position adjustment, either as a string naming the adjustment (e.g."jitter"to useposition_jitter), or ...