はじめに この記事では、R言語の仕様について少し深い話をします。 内容は前の記事に関連するので、興味ある方は読んでみてください: あれ?パイプがいうことを聞いてくれない、、、 やりたいことは簡単です。 > g <- tibble::tibble( x = rnorm(100) ) |> dplyr::mutate( noise = rnorm(dplyr::n()) ) |> dplyr::mutate( y = 1.2 * x + noise ) |> ggplot2::ggplot() + ggplot2::geom_point(ggplot2::aes(x = x, y = y), color = ggplot2::alpha("blue", 0.3)) + ggplot2::ggtitle("可視化です") + ggplot2::theme_gray(base_family = "