Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myxogastria0808/pca

This is a program to create a PCA plot.
https://github.com/myxogastria0808/pca

Last synced: about 1 month ago
JSON representation

This is a program to create a PCA plot.

Awesome Lists containing this project

README

        

# 参考サイト (一部プログラムは、引用している)

[からだにもの R で解析:ggplot2 で PCA 結果を Biplot で表示「ggbiplot」パッケージ](https://www.karada-good.net/analyticsr/r-534/)

# このレポジトリの使い方

## renv の install

```r
install.packages("renv")
library("renv")
```

## このレポジトリの~.r ファイルの実行の仕方

```r
renv::init()
```

```r
source("PCA_plot_sample1.r")
```

```r
source("PCA_plot_sample2.r")
```