Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKim5 authored Jul 23, 2021
1 parent ff115cf commit 7b3970a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Result<-Multi_Perm(Data,Classification) # The group information is treated as fa

#### NMDS
```
# Makes a subdirectory and saves NMDS plots for all of the distance metrics
NMDS(Data,methods = c("manhattan","bray","euclidean"))
```
<p align="center">
Expand All @@ -244,6 +245,7 @@ NMDS(Data,methods = c("manhattan","bray","euclidean"))
* labsize = 3 # label size
#### PCA
```
# Makes a subdirectory and saves PCA plot
PCA(Data,components = c(1,2),legend_position = "none")
```
<p align="center">
Expand Down

0 comments on commit 7b3970a

Please sign in to comment.