Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myxogastria0808/pca
- Owner: Myxogastria0808
- Created: 2022-01-29T13:25:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T05:46:25.000Z (11 months ago)
- Last Synced: 2024-02-04T06:29:30.858Z (11 months ago)
- Language: R
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```