Content: Start here if you do not already have R or RStudio installed on your computer. If these programs are already installed, you can move on to the next video, File Management. This video will ...
The discovr package contains resources for my 2026 textbook Discovering Statistics Using and . There are tutorials written using learnr. Once a tutorial is running it’s a bit like reading a book but ...
The identification and visualization of functional elements within biological sequences offers visual presentation for biologists to integrate annotation, and also helps them to produce high-quality ...
getwd() #This tells R that you want to get a new working directory setwd("Insert your path here") #This tells R where to find that new directory dir() #This tells R ...
For everything from styling text and customizing color palettes to creating your own geoms, these ggplot2 add-ons deserve a place in your R data visualization toolkit. Plus, a bonus list of packages ...
The analysis of spatial point patterns has greatly advanced our understanding of ecological processes. However, the methods currently available for analyzing replicated spatial point patterns (RSPPs) ...
The table below shows my favorite go-to R packages for data import, wrangling, visualization and analysis — plus a few miscellaneous tasks tossed in. The package names in the table are clickable if ...
A new R package creates a simple graphical user interface for ggplot2—and it generates R code for the visualization you create Some R users become leery of graphical user interfaces. Pointing and ...
This tutorial analyzes voice onset time (VOT) data from Dongbei (Northeastern) Mandarin Chinese and North American English to demonstrate how Bayesian linear mixed models can be fit using the ...