Skip to Content
Stats with R
Home
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Our Team
Contact Us
Login Account
0
0
Search
Stats with R
Home
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Our Team
Contact Us
Login Account
0
0
Search
Home
Folder: Consulting
Back
Consulting Information
Statistical Programming
Reproducible Workflows
Study Design & Analysis
Manuscript Assistance
Website Development
Folder: Resources
Back
R Programming Tutorials
R Function Descriptions
Foundational Statistics
Folder: Our Team
Back
Our Team
Contact Us
Login Account
Search
Michael Harris 2/2/24 Michael Harris 2/2/24

The “theme_minimal” Function in R

To apply a minimalistic theme to ggplot objects, removing unnecessary elements.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “labs” Function in R

To customize plot labels (title, subtitle, axis labels, and captions).

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “scale_y_continuous” Function in R

To customize the y-axis scale for continuous variables in a ggplot.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “scale_x_continuous” Function in R

To customize the x-axis scale for continuous variables in a ggplot.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “facet_wrap” Function in R

To create a multi-panel display of plots based on a categorical variable, wrapping the panels into a grid.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “geom_line” Function in R

To add a layer of lines to a plot, connecting points in the order of the data frame.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “geom_point” Function in R

To add a layer of points to a plot, which is commonly used for creating scatter plots.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “aes” Function in R

To map variables to aesthetic attributes in a plot, such as x and y positions, colors, shapes, etc.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “theme” Function in R

To customize the non-data elements of a plot, such as the background, gridlines, and axis labels.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “ggplot_gtable” Function in R

To convert a ggplot object to a gtable object for more advanced layout customization.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “ggplot_build” Function in R

To extract data from a ggplot object for further analysis or modification.

Read More
Michael Harris 2/2/24 Michael Harris 2/2/24

The “ggplot” Function in R

To create complex and customized data visualizations using the Grammar of Graphics framework.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “with” Function in R

To evaluate an expression or multiple expressions within the context of a data frame or environment.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “str_remove_all” Function in R

To remove all occurrences of a matched pattern from a character vector using regular expressions.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “str_remove” Function in R

To remove matched patterns from a character vector using regular expressions.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “str_match_all” Function in R

To extract all matched groups from a character vector using regular expressions.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “str_match” Function in R

To extract matched groups from a character vector using regular expressions.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “str_glue” Function in R

To interpolate variables into strings using a flexible syntax.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “rename” Function in R

To rename columns in a data frame.

Read More
Michael Harris 1/26/24 Michael Harris 1/26/24

The “readRDS” Function in R

To read an R object saved in a file in the RDS (R Data Serialization) format.

Read More
Newer Posts
Older Posts

Based in Charleston, South Carolina, this website is dedicated to all things R programming. We have tutorials and R function documentation that provides code for a wide variety of tasks: data manipulation, hypothesis testing, statistical modeling, machine learning, artificial intelligence, multi-core processing, and R-Shiny application development.

Engage on LinkedIn, consider supporting us by subscribing to our YouTube Channel, and please see our disclaimer! If we do not have what you need, try our recommended external resources.

Example R-shiny Applications

Mental Health Screening Tool

Random Password Generator

Curve Fitting Application