Skip to main content

データ解析マニュアル

Table of contents

  • このマニュアルについて
  • 1 データの読み込み
  • 2 データの処理
  • 3 ロガーからの読み込み
  • 4 データの集計
  • 5 map 関数ってすごい
  • 6 t 検定
  • 7 分散分析
  • 8 線形モデル
  • 9 一般化加法モデル
  • 10 モデル選択
  • 11 非線形モデル-I
  • 12 ggplot
  • 13 地図の作り方
  • 14 送風距離 (フェッチ, wind fetch )
  • 15 冗長性分析 (RDA)
  • 16 Wavelet 解析

View book source

12 ggplot

library(tidyverse)
library(ggpubr)
library(lemon)
library(scales)
library(ggrepel)
library(patchwork)
iris = as_tibble(iris)

未完成

11 非線形モデル-I
13 地図の作り方

On this page

  • 12 ggplot
  • View source
  • Edit this page

"データ解析マニュアル" was written by 水圏植物生態学研究室 (greg nishihara). It was last built on 2022-05-13.

This book was built by the bookdown R package.