Make Your Own NOAA Sea Temperature Graph

April 4, 2024 | R on kieranhealy.org

Sea-surface temperatures in the North Atlantic have been in the news recently as they continue to break records. While there are already a number of excellent summaries and graphs of the data, I thought I’d have a go at making some myself. The starting point is the detailed data ... [Read more...]

WebDev4R: CSS Grid

April 3, 2024 | Albert Rapp

There are two major systems to align things in CSS. These are flexbox and grid layout. Both of them are really useful to know to have any chance to make nice websites or app. And today we’re going to focus on flexbox. And as always, if you want to ... [Read more...]

How to Install ggplot2 in R: A Comprehensive Guide

April 2, 2024 | Zubair Goraya

As a researcher, I remember the frustration of wrestling with clunky graphing tools. My results deserved better than the generic charts I could produce. Then, I discovered ggplot2. The ability to layer elements, customize visuals, and follow intuitive logic changed how I presented data. It even changed how I thought ...
[Read more...]

PowerQuery Puzzle solved with R

April 2, 2024 | Numbers around us

#169–170PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #169In todays challenge we have certain pattern to extract from given texts. As you may notice I really li...
[Read more...]

R Solution for Excel Puzzles

April 1, 2024 | Numbers around us

Puzzles no. 419–423PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #419What do you think hearing reversely divisible? My first thougth was… hey, palindromes are p...
[Read more...]

gssr Update

April 1, 2024 | R on kieranhealy.org

NORC released version 2a of the 1972-2022 General Social Survey cumulative file. I’ve updated {gssr}, an R package that makes it more convenient for R users to work with GSS Data. One handy feature of {gssr} is that it lets you see documentation for individual GSS variables as R ... [Read more...]
1 21 22 23 24 25 2,119