R

A third post

Series: A Spoonful of Hugo

Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.

A second post

Series: A Spoonful of Hugo

Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.

A first post

Series: A Spoonful of Hugo

Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.

Hello R Markdown

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.

Tachyons for Style

Building this static site generator theme was the first time I used an Atomic (or Functional) CSS system like Tachyons. It’s a design system that provides very small (which means fast) CSS modules that you can use in your HTML.

Palmer Penguins

Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.

Bakeoff

This theme has a form-to-email feature built in, thanks to the simple Formspree integration. All you need to activate the form is a valid recipient email address saved in the form front matter.

Nathan’s Hot Dog Eating Contest

Foreward Nathan’s Hot Dog Eating Contest is an annual competetion to hunt down the only “one” who gobbles down most of the Nathan’s hot dog under ten minutes. This blog reconstructes the analysis of Nathan’s Hot Dog Contest and talks about why line charts is more appropriate than time series charts.

  1. Relevant R Code "%||%" <- function(a, b) { if (!is.null(a)) a else b } geom_flat_violin <- function(mapping = NULL, data = NULL, stat = "ydensity",position = "dodge", trim = TRUE, scale = "area", show.

MoMA Tour

Foreward MoMA(Mueseum of Modern Art’s) is just not any other art museum but one of the most influential mueseums of modern art in the world. Most of the artwork collections comprise of the modern and contemporary arts discussing the mere essence of social, political and several other issues. The MoMA dataset hosts the collection: 123,919 pieces, including 1,656 sculptures, 28,411 photographs, 11,420 drawings, 1,936 films and — most important for our tour today — 2,229 paintings.

Analyzing nutrition data on 80 Cereals

Foreward This dataset provides nutrition data on 80 cereal products. Also, more specifically this is more about using “Marimekko chart” as I wanted to try a different visualization.

  1. Relevant R-Code 2. Description of the TYPE of graph This type of graph is a Marimekko chart
  2. Description of the DATA you used The data is gathered from Kaggle Dataset.It gives the nutrient information(such as calories,fat,protein etc.) for all the cereals across selected 7 brands.

US GDP Analysis

  1. Relevant R-code ## summarise() has grouped output by 'country'. You can override using the ## .groups argument. 2. Description of the Type of Graph This is a histogram used to measure the spread of GDP across countries within each continent
  2. Description of the DATA used ## Rows: 142 ## Columns: 3 ## Groups: country [142] ## $ country <fct> "Afghanistan", "Albania", "Algeria", "Angola", "Argentina", ~ ## $ continent <fct> Asia, Europe, Africa, Africa, Americas, Oceania, Europe, Asi~ ## $ meanGdp <dbl> 802.