2023

Moving from Blogdown to Quarto

May 28, 2023 | pacha.dev/blog

R and Shiny Training: If you find this blog to be interesting, please note that I offer personalized and group-based training sessions that may be reserved through Buy me a Coffee. Additionally, I provide training services in the Spanish language ... [Read more...]

Dependency Management

May 27, 2023 | Matt Kaye

This post is part of a series called The Missing Semester of Your DS Education. Introduction When I was first learning to program, I’d face problems that would require (or at least were just made easier by using) library code. For instan... [Read more...]

[R] install and configure Rstudio-server in ubuntu

May 27, 2023 | Zhenguo Zhang

Zhenguo Zhang's Blog /2023/05/28/r-install-and-configure-rstudio-server-in-ubuntu/ -Rstudio server provides an integrative environment for a data scientist to do data analysis in R and python and allows one to login into it via a browser anywhere. Today, I will going to show how to install Rstudio server in Ubuntu under AWS. Setup EC2 ... [Read more...]

[R] Create ggplot histograms with y value being fractions

May 25, 2023 | Zhenguo Zhang

Zhenguo Zhang's Blog /2023/05/26/r-create-ggplot-histograms-with-y-value-being-fractions/ -
library(knitr)
opts_chunk$set(echo=T, warning=F, fig.width=7, fig.height=7, fig.path="static/")
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 4.2.3
ggplot2 has been a great tool for making plots. Today, I would like to talk about histogram. It is straight forward to make a histogram with geom_histogram(), but not so when one wants to use fractions instead of counts as values on ...
[Read more...]
1 31 32 33 34 35 68

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)